From 96f03204d278d48b13f917afa89f5eaecc5f10a3 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 15 Jul 2021 21:11:04 -0700 Subject: [PATCH] add new cypress target to record --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8541c4ea8..0892ea594 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,8 +45,9 @@ "prerender": "ng run mempool:prerender", "cypress:open": "cypress open", "cypress:run": "cypress run", + "cypress:run:record": "cypress run --record", "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" + "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:record" }, "dependencies": { "@angular/animations": "~11.2.8",