Skip to content

Commit

Permalink
fix(e2e): Use chrome in CI to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Dec 22, 2023
1 parent b4bcdb4 commit 72dac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"cypress-ui": "cypress open",
"cypress-ci": "cypress run",
"cypress-ci": "cypress run --browser chrome",
"clean": "grunt clean",
"build": "npx @superdesk/build-tools build-root-repo ./",
"serve": "node --max-old-space-size=8192 ./node_modules/.bin/grunt server"
Expand Down

0 comments on commit 72dac85

Please sign in to comment.