Skip to content

Commit 15d180a

Browse files
committed
added Jenkins to the project and Cypress dashboard
1 parent b6754a2 commit 15d180a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pageLoadTimeout": 60000,
1111
"requestTimeout": 15000,
1212
"responseTimeout": 15000,
13-
"video": true,
13+
"video": false,
1414
"failOnStatusCode": false,
1515
"projectId": "rnphry"
1616
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cy:run:chrome": "cypress run --browser chrome",
1010
"cy:run:firefox": "cypress run --browser firefox",
1111
"cy:run:electron": "cypress run --browser electron",
12-
"cy:update-dashboard": "cypress run --record --key 271bfc37-8309-4f6f-aad4-4054d12838d0",
12+
"cy:run-dashboard": "cypress run --record --key 271bfc37-8309-4f6f-aad4-4054d12838d0",
1313
"cy:update-snapshots": "cypress run --env updateSnapshots=true"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)