2022-03-11 10:25:30 +00:00
|
|
|
{
|
2022-03-11 10:36:40 +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"
|
2022-03-11 10:36:40 +00:00
|
|
|
}
|
2022-03-14 10:31:37 +00:00
|
|
|
}
|