Skip to content

Commit

Permalink
chore: extend package.json scripts for Edge and Firefox (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 30, 2024
1 parent 10349c9 commit 701a701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@
"colon:names": "colon-names",
"e2e": "cypress run",
"e2e:chrome": "cypress run --browser chrome",
"e2e:edge": "cypress run --browser edge",
"e2e:firefox": "cypress run --browser firefox",
"e2e:record": "cypress run --record",
"e2e:record:chrome": "cypress run --record --browser chrome",
"e2e:record:edge": "cypress run --record --browser edge",
"e2e:record:firefox": "cypress run --record --browser firefox",
"e2e:record:parallel": "cypress run --record --parallel",
"test:ci": "run-p --race start e2e",
"test:ci:chrome": "run-p --race start e2e:chrome",
"test:ci:edge": "run-p --race start e2e:edge",
"test:ci:firefox": "run-p --race start e2e:firefox",
"test:ci:record": "run-p --race start e2e:record",
"test:ci:record:chrome": "run-p --race start e2e:record:chrome",
"test:ci:record:edge": "run-p --race start e2e:record:edge",
Expand Down

0 comments on commit 701a701

Please sign in to comment.