693e116222
Runs the cypress workflow directly without docker
11 lines
201 B
JSON
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"
|
|
}
|
|
}
|