Skip to content

Commit

Permalink
Enable cypress dashboard video recording (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Sep 9, 2024
1 parent 7bba9ab commit 20cca1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest

env:
USE_CYPRESS_DASHBOARD: false # enable when trying to debug
USE_CYPRESS_DASHBOARD: true # enable when trying to debug
steps:
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-test-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"e2e:open:angular": "cypress open --browser chrome --e2e --config-file cypress/config/e2e-angular-app.config.js",
"e2e:open:external": "cypress open --browser chrome --e2e --config-file cypress/config/externalmf.config.js",
"e2e:open:js": "cypress open --browser chrome --e2e --config-file cypress/config/e2e-js-app.config.js",
"e2e:run:angular": "cypress run --config-file cypress/config/e2e-angular-app.config.js --browser chrome -c video=true",
"e2e:run:angular": "cypress run --config-file cypress/config/e2e-angular-app.config.js --browser chrome -c video=false",
"e2e:run:js": "cypress run --config-file cypress/config/e2e-js-app.config.js --browser chrome -c video=false",
"e2e:run:external": "cypress run --config-file cypress/config/externalmf.config.js --browser chrome -c video=false",
"buildConfig": "webpack --config webpack-generateConfig.config",
Expand Down

0 comments on commit 20cca1e

Please sign in to comment.