Skip to content

Commit

Permalink
[ci] Modify npm configuration in order to run tests with chromium by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
evilaliv3 committed Oct 23, 2024
1 parent 682a762 commit 5214bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "globaleaks",
"version": "5.0.18",
"scripts": {
"test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
"test": "npx cypress run --browser=chromium && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
"eslint": "ng lint",
"stylelint": "npx stylelint 'app/css/**/*.css'"
},
Expand Down

0 comments on commit 5214bc7

Please sign in to comment.