Skip to content

Commit fc012be

Browse files
authored
test: enable angular e2e recording (#524)
1 parent b3bbae8 commit fc012be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ workflows:
112112
working-directory: examples/angular-app
113113
cypress-cache-key: cypress-cache-{{ arch }}-{{ checksum "examples/angular-app/package.json" }}
114114
start-command: "npm run start"
115-
cypress-command: "npx wait-on@latest http://localhost:4200 && npx cypress run --browser chrome"
115+
cypress-command: "npx wait-on@latest http://localhost:4200 && npx cypress run --record --browser chrome"
116116
install-browsers: true
117117
- cypress/run:
118118
filters: *filters

0 commit comments

Comments
 (0)