diff --git a/frontend/package.json b/frontend/package.json index 3f6c75a24..e44418bdb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,10 +43,10 @@ "serve:ssr": "node server.run.js", "build:ssr": "npm run build && ng run mempool:server:production && ./node_modules/typescript/bin/tsc server.run.ts", "prerender": "ng run mempool:prerender", - "cypress:open": "concurrently \"ng serve -c local-prod\" \"cypress open\" --kill-others", - "cypress:run": "concurrently \"ng serve -c local-prod\" \"cypress run\" --kill-others", - "cypress:open:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && concurrently \"ng serve -c local-prod\" \"cypress open\" --kill-others", - "cypress:run:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && concurrently \"ng serve -c local-prod\" \"cypress run --record\" --kill-others" + "cypress:open": "cypress open", + "cypress:run": "cypress run", + "cypress:open:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-prod 4200 cypress:open", + "cypress:run:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-prod 4200 cypress:run" }, "dependencies": { "@angular/animations": "~11.2.8",