Skip to content

Commit

Permalink
no record
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Jul 24, 2023
1 parent f3ef5e6 commit 416527f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/diag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
start: yarn start:ci
wait-on: "http://localhost:3000"
wait-on-timeout: 120
command: npx @replayio/cypress run --mode diagnostics --level full --browser replay-chromium --spec cypress/tests/ui/bankaccounts.spec.ts
command: npx @replayio/cypress run --browser replay-chromium --spec cypress/tests/ui/bankaccounts.spec.ts
config-file: cypress.config.js
# env:
# CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
Expand All @@ -71,6 +71,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DEBUG: "cypress:server:args"
env:
RECORD_REPLAY_NO_RECORD: 1
# RECORD_REPLAY_JS_ASSERTS: 1
RECORD_REPLAY_TEST_METRICS: 1
RECORD_REPLAY_TEST_ENVIRONMENT: "1"
Expand Down

0 comments on commit 416527f

Please sign in to comment.