Skip to content

Commit

Permalink
Temporarily disable cypress recording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexImb authored and thlassche committed Feb 3, 2020
1 parent 23d9282 commit 6b20229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "webpack-dev-server --hot --inline --development -d",
"serve:ci": "http-server ./dist -p 8000 -c-1 --silent",
"test:dev": "jest && cypress run",
"test:ci": "jest && cypress run --record",
"test:ci": "jest && cypress run",
"test:unit": "jest",
"test:e2e": "cypress run",
"cy:version": "cypress version",
Expand Down

0 comments on commit 6b20229

Please sign in to comment.