Skip to content

feat: Adding specs titles tags flags #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 5, 2025
Merged

Conversation

dennisbergevin
Copy link
Owner

@dennisbergevin dennisbergevin commented Apr 5, 2025

This is an effort to allow user to pass a flag to skip straight to a given prompt:

  • --specs to start at the specs prompt
  • --titles to start at the titles prompt
  • --tags to start at the tags prompt

README will include the following summary of changes:

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.

@dennisbergevin dennisbergevin self-assigned this Apr 5, 2025
@dennisbergevin dennisbergevin marked this pull request as ready for review April 5, 2025 19:44
@dennisbergevin dennisbergevin merged commit 0961b39 into main Apr 5, 2025
1 check passed
@dennisbergevin dennisbergevin deleted the feat/flagging-prompts branch April 5, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant