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 0ee52c8 + a6a45ed commit e4e942eCopy full SHA for e4e942e
package.json
@@ -12,9 +12,9 @@
12
],
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",
+ "cypress:run:chrome": "cypress run --headless --browser chrome ${SPEC:+--spec \"$SPEC\"}",
+ "cypress:run:edge": "cypress run --headless --browser edge ${SPEC:+--spec \"$SPEC\"}",
+ "cypress:run:firefox": "cypress run --headless --browser firefox ${SPEC:+--spec \"$SPEC\"}",
18
"test": "jest",
19
"test:watch": "jest --watchAll",
20
"test:current": "jest --watch",
0 commit comments