We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ccaed1 + a1d221d commit 24a514bCopy full SHA for 24a514b
package.json
@@ -13,6 +13,7 @@
13
"scripts": {
14
"cypress:open": "cypress open",
15
"cypress:run:chrome": "cypress run --headless --browser chrome",
16
+ "cypress:run:edge": "cypress run --headless --browser edge",
17
"cypress:run:firefox": "cypress run --headless --browser firefox",
18
"test": "jest",
19
"test:watch": "jest --watchAll",
0 commit comments