salix-front/quasar.testing.json

11 lines
259 B
JSON
Raw Normal View History

2022-03-24 12:41:17 +00:00
{
"unit-jest": {
"runnerCommand": "jest --ci"
2022-03-24 13:12:14 +00:00
},
"e2e-cypress": {
"runnerCommand": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\""
},
"unit-cypress": {
"runnerCommand": "cypress run-ct"
2022-03-24 12:41:17 +00:00
}
}