0
0
Fork 0
salix-front-mindshore-fork2/quasar.testing.json

12 lines
284 B
JSON
Raw Normal View History

2022-03-11 10:25:30 +00:00
{
"unit-jest": {
"runnerCommand": "jest --ci"
2022-03-11 13:05:16 +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"
}
}