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 e6bff35 commit 76cafd3Copy full SHA for 76cafd3
tasks/shell.json
@@ -1,10 +1,10 @@
1
{
2
"cypress-ci": {
3
- "cmd": "$(npm bin)/cypress run --record",
+ "cmd": "npx cypress run --record",
4
"fail": true
5
},
6
"cypress-dev": {
7
- "cmd": "$(npm bin)/cypress run --config video=false",
+ "cmd": "npx cypress run --config video=false",
8
9
}
10
0 commit comments