Skip to content

Commit

Permalink
fix(e2e): Use chrome in CI to run tests (superdesk#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jan 18, 2024
1 parent 581ea6b commit 0ae3883
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 0ae3883

Please sign in to comment.