|
|
|
@ -14,10 +14,10 @@ |
|
|
|
"cy:open": "cypress open", |
|
|
|
"cy:run": "cypress run", |
|
|
|
"cy:run:ci": "xvfb-run cypress run --headed --browser chrome --record", |
|
|
|
"cy:test": "start-server-and-test cy:setup http://localhost:41000/builder cy:run", |
|
|
|
"cy:ci": "start-server-and-test cy:setup:ci http://localhost:41000/builder cy:run:ci", |
|
|
|
"cy:debug": "start-server-and-test cy:setup http://localhost:41000/builder cy:open", |
|
|
|
"cy:debug:ci": "start-server-and-test cy:setup:ci http://localhost:41000/builder cy:open" |
|
|
|
"cy:test": "start-server-and-test cy:setup http://localhost:4100/builder cy:run", |
|
|
|
"cy:ci": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:run:ci", |
|
|
|
"cy:debug": "start-server-and-test cy:setup http://localhost:4100/builder cy:open", |
|
|
|
"cy:debug:ci": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:open" |
|
|
|
}, |
|
|
|
"jest": { |
|
|
|
"globals": { |
|
|
|
|