Skip to content

Releases: dennisbergevin/cypress-plugin-last-failed

v2.0.5

07 Apr 12:31
f81e19e
Compare
Choose a tag to compare

What's Changed

  • docs: Add import example to README and update package versions by @dennisbergevin in #18

v2.0.4

23 Mar 15:55
a66114f
Compare
Choose a tag to compare

What's Changed

v2.0.3

22 Jan 14:48
5ba7d38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 Oct 14:23
4b49d70
Compare
Choose a tag to compare
  • Fixes some formatting across a handful of files
  • Adds new workflow job for testing custom failed test directory

v2.0.1

08 Oct 21:01
7f12221
Compare
Choose a tag to compare
  • Updates the package-lock versioning

v2.0.0

08 Oct 20:48
8b0b9e1
Compare
Choose a tag to compare
  • Addresses scenario where cypress.config file is not at the repo root
  • Adds the ability to run the tests with LAST_FAILED_RESULTS_PATH env var, with which we can specify the location of test-results folder

v1.2.0

01 Jul 14:06
a99a2ef
Compare
Choose a tag to compare
  • Reformats the test-results/last-run file to a .json to improve readability of the failed test file, showing spec, parent (suite) name, and test name (#7)

v1.1.0

24 Jun 17:05
89ab929
Compare
Choose a tag to compare

Enhancement for cypress.open mode toggle filter:

  • When a user leaves the spec they currently are filtering for failed tests, the new spec will have a clean unfiltered state (#5)

v1.0.2

06 Jun 23:12
f5727ee
Compare
Choose a tag to compare
  • Refactor the grepFailed function/toggle use in cypress open mode to not run passing retried tests (#3)
  • Update README documentation on handling skipped tests using required tags from cy-grep package (#3)
  • Updates some tests within repo to use required tags for demonstration

v1.0.1

30 May 22:22
c4fbe54
Compare
Choose a tag to compare
  • Refactor/simplify test-results directory for Typescript projects (#1)
  • Rename command to npx cypress-plugin-last-failed for yarn projects (#1)
  • Update README for new run instructions