Skip to content

Commit c2664bf

Browse files
committed
cypress.json
1 parent bd25297 commit c2664bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cypress.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"baseUrl": "http://localhost:3000",
3+
"viewportWidth": 1280,
4+
"defaultCommandTimeout": 15000,
5+
"reporter": "junit",
6+
"video": true,
7+
"reporterOptions": {
8+
"mochaFile": "cypress/reports/cypress-[hash].xml",
9+
"jenkinsMode": true,
10+
"toConsole": true
11+
}
12+
}

0 commit comments

Comments
 (0)