Skip to content

Commit 24a514b

Browse files
Merge pull request #8858 from Fryguy/cypress_edge
Add cypress:run:edge command
2 parents 2ccaed1 + a1d221d commit 24a514b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts": {
1414
"cypress:open": "cypress open",
1515
"cypress:run:chrome": "cypress run --headless --browser chrome",
16+
"cypress:run:edge": "cypress run --headless --browser edge",
1617
"cypress:run:firefox": "cypress run --headless --browser firefox",
1718
"test": "jest",
1819
"test:watch": "jest --watchAll",

0 commit comments

Comments
 (0)