Skip to content
Snippets Groups Projects
Unverified Commit 25a5fd4e authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Correct the instruction to run E2E tests (#17603)

parent a951668d
No related merge requests found
......@@ -13,10 +13,10 @@ To run all Cypress tests programmatically in the terminal:
yarn run test-cypress-no-build
```
You can run a specific set of scenarios by using the `--folder` flag.
You can run a specific set of scenarios by using the `--folder` flag, which will pick up the chosen scenarios under `frontend/test/metabase/scenarios/`.
```
yarn run test-cypress-no-build --folder frontend/test/metabase/scenarios/auth/
yarn run test-cypress-no-build --folder sharing
```
You can quickly test a single file only by using the `--spec` flag.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment