frequi_origin/cypress.json

9 lines
155 B
JSON
Raw Normal View History

2021-12-17 18:40:15 +00:00
{
"testFiles": "**/*.spec.ts",
2022-01-01 18:50:59 +00:00
"baseUrl": "http://localhost:8080",
2021-12-17 18:40:15 +00:00
"video": false,
"component": {
"componentFolder": "src"
}
}