vikunja-frontend/cypress.json
Dominik Pschenitschni e78d47fdcf
fix: list specs
2022-01-04 21:55:30 +01:00

15 lines
274 B
JSON

{
"baseUrl": "http://localhost:5000",
"env": {
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "averyLongSecretToSe33dtheDB"
},
"video": false,
"retries": {
"runMode": 2
},
"testFiles": [
"list/list.spec.js",
"**/*.spec.js"
]
}