Skip to content

Commit

Permalink
Use the --record flag (stull trying to connect to cypress cloud)
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Jan 31, 2023
1 parent a9c0836 commit 163b289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# wait for 3min, the build is long
wait-on-timeout: 180
record: true
command: 'yarn test:cypress'
command: 'yarn test:cypress:record'
env:
E2E_TEST_USER_EMAIL: ${{ secrets.E2E_TEST_USER_EMAIL }}
E2E_TEST_USER_PASSWORD: ${{ secrets.E2E_TEST_USER_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"test": "jest",
"test:cypress": "cypress run",
"test:cypress:open": "cypress open",
"test:cypress:record": "cypress run --record",
"coverage": "yarn test --coverage",
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
"postinstall": "./scripts/apply_patches.sh",
Expand Down

0 comments on commit 163b289

Please sign in to comment.