Skip to content

Releases: dennisbergevin/cypress-cli-select

v1.1.1

05 Apr 19:57
d587de4
Compare
Choose a tag to compare

What's Changed

v1.1.0

05 Apr 19:48
0961b39
Compare
Choose a tag to compare

What's Changed

Summary of change:

If you want to skip straight to selecting specs, titles or tags:

npx cypress-cli-select run --specs
# skips straight to spec selection
npx cypress-cli-select run --titles
# skips to test title selection
npx cypress-cli-select run --tags
# skips to tag selection
npx cypress-cli-select run --specs --tags
# skips to spec selection, followed by tag selection
npx cypress-cli-select run --specs --titles
# skips to spec selection, followed by title selection

Note: You cannot pass both the --titles and --tags arguments.

v1.0.2

19 Feb 02:46
662e962
Compare
Choose a tag to compare

What's Changed

v1.0.1

18 Feb 02:57
2208729
Compare
Choose a tag to compare

What's Changed

v1.0.0

31 Jan 00:42
Compare
Choose a tag to compare

Initial launch 🚀