https://cypress.io logo
The following works for me. e2e.ts: ``` import c...
# e2e-testing
s
The following works for me. e2e.ts:
Copy code
import cypressGrep from 'cypress-grep';
Tagged test:
Copy code
it(`Most important test ever`, { tags: ['@smoke'] }, () => {
CLI command:
Copy code
yarn cypress run --browser chrome --env grepTags="@smoke",grepOmitFiltered=true