We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bbae8 commit fc012beCopy full SHA for fc012be
.circleci/test-deploy.yml
@@ -112,7 +112,7 @@ workflows:
112
working-directory: examples/angular-app
113
cypress-cache-key: cypress-cache-{{ arch }}-{{ checksum "examples/angular-app/package.json" }}
114
start-command: "npm run start"
115
- cypress-command: "npx wait-on@latest http://localhost:4200 && npx cypress run --browser chrome"
+ cypress-command: "npx wait-on@latest http://localhost:4200 && npx cypress run --record --browser chrome"
116
install-browsers: true
117
- cypress/run:
118
filters: *filters
0 commit comments