We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6754a2 commit 15d180aCopy full SHA for 15d180a
cypress.json
@@ -10,7 +10,7 @@
10
"pageLoadTimeout": 60000,
11
"requestTimeout": 15000,
12
"responseTimeout": 15000,
13
- "video": true,
+ "video": false,
14
"failOnStatusCode": false,
15
"projectId": "rnphry"
16
}
package.json
@@ -9,7 +9,7 @@
9
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox",
"cy:run:electron": "cypress run --browser electron",
- "cy:update-dashboard": "cypress run --record --key 271bfc37-8309-4f6f-aad4-4054d12838d0",
+ "cy:run-dashboard": "cypress run --record --key 271bfc37-8309-4f6f-aad4-4054d12838d0",
"cy:update-snapshots": "cypress run --env updateSnapshots=true"
},
"repository": {
0 commit comments