OpenSlides/integration/package.json
Sean 693e116222 Run cypress workflow without docker
Runs the cypress workflow directly without docker
2021-11-23 22:47:49 +01:00

11 lines
201 B
JSON

{
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "wait-on -c resource-config.js && cypress run"
},
"devDependencies": {
"cypress": "8.4.0",
"wait-on": "^6.0.0"
}
}