Record tests to Cypress Dashboard

in order to view diffs from tests running on continuous integration
main
Isaiah Odhner 2020-04-29 20:58:01 -04:00
parent 0bc52ee7bc
commit da5f1727cc
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
"test:start-server": "live-server --port=11822 --no-browser --ignorePattern=\"(node_modules|cypress|out)[/\\\\\\\\]|package\\.json|cypress\\.json\"",
"test:start-server:NOTE": "@XXX: the octuple backlash ends up meaning a single backslash on Linux, two backslashes on Windows. In this case it's fine because it's in a regexp character class so the extra is redundant and doesn't cause an error.",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run": "cypress run --record",
"cy:accept": "cypress run --env updateSnapshots=true",
"test": "start-server-and-test test:start-server http://localhost:11822 cy:run",
"accept": "start-server-and-test test:start-server http://localhost:11822 cy:accept"