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