Files
ionic-framework/angular/test/test-app/cypress.json
2021-04-15 11:59:27 -04:00

9 lines
196 B
JSON

{
"integrationFolder": "./e2e",
"testFiles": "**/*.spec.ts",
"baseUrl": "http://localhost:4200/",
"ignoreTestFiles": "**/examples/*",
"video": false,
"screenshotOnRunFailure": false
}