Skip to content

Commit

Permalink
Switch to chrome for cypress-run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Sep 4, 2020
1 parent 71406d5 commit b899874
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 @@ -50,7 +50,7 @@
"test-verbose": "jest --colors --runInBand",
"cypress-verify": "cypress verify",
"cypress-open": "cypress open",
"cypress-run": "cypress run"
"cypress-run": "cypress run -b chrome --headless"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit b899874

Please sign in to comment.