You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏🏼
The text was updated successfully, but these errors were encountered:
Would it be useful for this tool to allow filtering specs using the same filtering patterns proposed in
@cypress/grep
? For example:If this isn't the appropriate place for this question, please feel free to close the issue 🙏🏼
The text was updated successfully, but these errors were encountered: