Skip to content
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

Filter with Tags #199

Open
xcafebabe opened this issue Nov 4, 2023 · 0 comments
Open

Filter with Tags #199

xcafebabe opened this issue Nov 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xcafebabe
Copy link

Would it be useful for this tool to allow filtering specs using the same filtering patterns proposed in @cypress/grep? For example:

# filter specs with tags "@foo" AND "@bar"
npx find-cypress-specs --tagged @foo+@bar

# filter specs with tags "@foo" OR "@bar"
npx find-cypress-specs --tagged @foo,@bar

# filter specs with tags "@foo" OR "@bar" AND NOT "@baz"
npx find-cypress-specs --tagged @foo,@bar+-@baz

If this isn't the appropriate place for this question, please feel free to close the issue 🙏🏼

@bahmutov bahmutov added the enhancement New feature or request label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants