Skip to content

Releases: mmisty/cypress-grep

v1.9.2

07 Nov 10:57
f7f5443
Compare
Choose a tag to compare

What's Changed

  • [patch] fixed for rerun failed tests - part1 by @mmisty in #19

Full Changelog: v1.9.1...v1.9.2

v1.9.1

07 Nov 10:56
4e776f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

07 Nov 10:56
6c1d787
Compare
Choose a tag to compare

What's Changed

  • [minor] integrate cypress-tags package by @mmisty in #17

Full Changelog: v1.8.0...v1.9.0

v1.8.0

07 Nov 10:56
38bbb75
Compare
Choose a tag to compare

What's Changed

  • [minor] added parallel runs support by @mmisty in #16

Full Changelog: v1.7.1...v1.8.0

v1.7.0

12 Sep 15:54
d9b79e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.9...v1.7.0

1.6.7

28 Aug 18:54
40c1282
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...v1.6.7

1.4.4

09 Aug 17:05
f6ffee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.4

1.4.3

28 Apr 15:22
ed38347
Compare
Choose a tag to compare
  • [Breaking change] renamed env var GREP_TEMP_PATH to GREP_RESULTS_FILE
  • added env var GREP_TESTS_FOLDER - folder with all tests, can be specified once for all tests
  • added env var GREP_DELETE_ALL_FILE - can be specified once for all tests, default true - after run delete all-tests.ts file or not
  • added setting to fail run when no tests found on filtering (failOnNotFound, by default will fail)
  • added try-catch wrapper for spec file in pre-filtering mode. When spec file has problmes outside of the test will throw
    one error with test paths if they fail outside of test.
  • fixed defect: when test without suite filtering is done incorrectly
  • fixed defect: when several suites in root it doesn't find tests with inline tags
  • fixed defect: several cases of inconsistent search
  • added unit tests and code coverage