Skip to content

Commit

Permalink
Merge pull request #60 from lum-ai/feature/44-run-tests-on-more-browsers
Browse files Browse the repository at this point in the history
feature/44-run-test-on-more-browsers
  • Loading branch information
gemmacosminmmagdas authored Feb 22, 2022
2 parents dae7127 + 51eb2f5 commit ec58ce0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"generate-docs": "npm run task -- build:app:docs:all",
"quick": "npm run task -- build:quick",
"watch": "npm run task -- watch:quick",
"cypress:open": "cypress open --browser chrome --env click-wait=500",
"cypress:run": "cypress run --browser chrome --env click-wait=50"
"cypress:open": "cypress open --env click-wait=500",
"cypress:run:chrome": "cypress run --browser chrome --env click-wait=50",
"cypress:run:firefox": "cypress run --browser firefox --env click-wait=50",
"cypress:run:edge": "cypress run --browser edge --env click-wait=50",
"cypress:run:chromium": "cypress run --browser chromium --env click-wait=50"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ec58ce0

Please sign in to comment.