angular/devtools/cypress.json
AleksanderBodurri 494356426f ci: change the devtools test executor to test-browser-executor and remove tasks in the test_angular_devtools job that installed test dependencies manually
This commit also disables cypress' video recording feature to save time on running Cypress tasks in CI.
2022-01-26 16:35:30 -05:00

4 lines
59 B
JSON

{
"baseUrl": "http://localhost:4200",
"video": false
}