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
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
We are currently upgrading testcafe and gherkin-testcafe to new version, and it seems like running tests with multiple tags is not working. We use only CLI interface. To run e2e tests we use this method:
This command should run all tests decorated with @ehim @mobile & @eHIMLarge tags. What happens now, is only tests decorated with '@ehim' (1st tag) are ran.
The text was updated successfully, but these errors were encountered:
We are currently upgrading testcafe and gherkin-testcafe to new version, and it seems like running tests with multiple tags is not working. We use only CLI interface. To run e2e tests we use this method:
gherkin-testcafe chrome e2e/*.feature e2e/step-definitions/*.js --tags @eHim @mobile @eHimLarge ~@ignore -a \"http-server -p 4200 ./dist/web-drive-profiles\" --appInitDelay 5000 -c 6
This command should run all tests decorated with @ehim @mobile & @eHIMLarge tags. What happens now, is only tests decorated with '@ehim' (1st tag) are ran.
The text was updated successfully, but these errors were encountered: