diff --git a/docs/developers-e2e-tests.md b/docs/developers-e2e-tests.md index 2ddff75fb1b05e7d5e66fcef9b627f66d3fe5ddd..20965b135c594dd741ea98da2a1b936310c06743 100644 --- a/docs/developers-e2e-tests.md +++ b/docs/developers-e2e-tests.md @@ -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.