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.
1 parent 2ccaed1 commit a1d221dCopy full SHA for a1d221d
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