record cypress results to the dashboard

This commit is contained in:
Felipe Knorr Kuhn
2021-07-15 20:18:45 -07:00
parent 7c1a839aa8
commit 10ad2758d4

View File

@@ -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",