Skip to content

Commit

Permalink
Add e2e:run:spec:common command to show an example on how to run a gr…
Browse files Browse the repository at this point in the history
…oup of E2E specs using glob pattern
  • Loading branch information
Vadorequest committed Sep 6, 2020
1 parent fe4e1eb commit 644901f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"e2e:install": "cypress install",
"e2e:open": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress open --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:run": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress run --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:run:spec:common": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress run --config-file cypress/config-$CYPRESS_STAGE.json --spec 'cypress/integration/app/common/*.js'",
"e2e:ci": "yarn e2e:install && cypress run --record",
"preversion": "yarn lint:once && yarn test:once",
"release": "yarn bump --commit --tag && git add CHANGELOG.md README.md && git commit --amend --no-edit && git push && git push --tags",
Expand Down

0 comments on commit 644901f

Please sign in to comment.