From 10ad2758d4eda966cbed4790c7dd1cebe8c1d7b8 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 15 Jul 2021 20:18:45 -0700 Subject: [PATCH] record cypress results to the dashboard --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 845112ccc..566ca1c4b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "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\" --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" }, "dependencies": { "@angular/animations": "~11.2.8",