1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Fix incorrect port used for CI cypress tests

This commit is contained in:
Andrew Kingston 2021-03-09 11:32:37 +00:00
parent 40beae659a
commit de3fd34c60

View file

@ -14,8 +14,8 @@
"cy:run": "cypress run",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --browser electron --record --key f308590b-6070-41af-b970-794a3823d451",
"cy:test": "start-server-and-test cy:setup http://localhost:4005/_builder cy:run",
"cy:ci": "start-server-and-test cy:setup http://localhost:4005/_builder cy:run:ci"
"cy:test": "start-server-and-test cy:setup http://localhost:4001/_builder cy:run",
"cy:ci": "start-server-and-test cy:setup http://localhost:4001/_builder cy:run:ci"
},
"jest": {
"globals": {