Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(cypress): changed env var name for cypress key
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 17, 2020
1 parent 7dac93e commit 28307a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GITHUB_TOKEN=
CYPRESS_TOKEN=
CYPRESS_RECORD_KEY=
PERCY_TOKEN=
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
"doc:test": "cd packages/website/ && yarn start --no-open",
"cy:verify": "cypress verify",
"cy:info": "cypress info",
"cy:record": "yarn cy:run --record --key=$CYPRESS_TOKEN",
"cy:run": "start-server-and-test doc:test http://localhost:3000 cy:test",
"cy:test": "cypress run --spec 'cypress/integration/**/*' --headless",
"cy:record": "cypress run --spec 'cypress/integration/**/*' --headless --record",
"cy:run": "start-server-and-test doc:test http://localhost:3000 cy:record",
"cy:run:chrome": "yarn run cy:run --browser chrome ",
"cy:run:firefox": "yarn run cy:run --browser firefox",
"cy:run:edge": "yarn run cy:run --browser edge"
Expand Down

0 comments on commit 28307a8

Please sign in to comment.