Skip to content

Commit

Permalink
Disable firefox e2e testing because of cypress browser timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghinda committed Mar 25, 2024
1 parent d2a76f2 commit 0b0646b
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 @@ -14,7 +14,7 @@
"sourcebuild": "git archive --format zip --output sourcebuild/sourcebuild-${npm_package_version}.zip HEAD; zip -u sourcebuild/sourcebuild-${npm_package_version}.zip .firebase-config.json",
"lint": "eslint './**/*.js'",
"cypress:open": "cypress open",
"cypress:run": "npm run cypress:run:chrome && npm run cypress:run:firefox",
"cypress:run": "npm run cypress:run:chrome",
"cypress:run:firefox": "npm run build -- e2e manifest=2 && cypress run -b firefox --headed",
"cypress:run:chrome": "npm run build -- e2e && cypress run -b chrome --headed",
"release": "npm run lint && npm test && npm run cypress:run && npm run build -- manifest=2 && npm run build && npm run sourcebuild"
Expand Down

0 comments on commit 0b0646b

Please sign in to comment.