cypress-grep icon indicating copy to clipboard operation
cypress-grep copied to clipboard

Should this work in parallel mode?

Open aangelinsf opened this issue 2 years ago • 0 comments

This doesn't appear to be working for me i.e. it runs all the tests rather than just those with the "smoke" tag.

npx cypress run --config-file cypress-local.config.js --env cypress_host="http://www.site.com.docksal.site" --env grepTags="smoke" --tag "smoke,local,2022-08-02,AVA" --record --key <redacted> --parallel --ci-build-id "2022-08-02 7:00:00"

aangelinsf avatar Aug 02 '22 12:08 aangelinsf