diff --git a/client/package.json b/client/package.json index 2e846102cb..8d99aa8a83 100644 --- a/client/package.json +++ b/client/package.json @@ -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'" },