Releases: dennisbergevin/cypress-cli-select
Releases · dennisbergevin/cypress-cli-select
v1.1.1
What's Changed
- Bump @babel/helpers from 7.26.7 to 7.27.0 by @dependabot in #5
v1.1.0
What's Changed
- feat: Adding specs titles tags flags by @dennisbergevin in #4
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
What's Changed
- chore: Update cypress version by @dennisbergevin in #3
v1.0.1
What's Changed
- chore: Upgrade version and remove assets gifs by @dennisbergevin in #2
v1.0.0
Initial launch 🚀