Skip to content

Commit

Permalink
add cypress serve to firefox run
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinto committed Jul 9, 2024
1 parent be36184 commit 6c23ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run cypress:run:firefox
- run: npm run test:cypress:firefox
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"cypress:run": "cypress run",
"cypress:run:firefox": "cypress run --browser firefox",
"test:cypress": "run-p -r cypress:serve cypress:run",
"test:cypress:firefox": "run-p -r cypress:serve cypress:run:firefox",
"test": "npm run test:cypress",
"pretest": "npm run build",
"prettier:check": "prettier --check --config .prettierrc.json src/",
Expand Down

0 comments on commit 6c23ca4

Please sign in to comment.