Skip to content

Commit

Permalink
Update cypress.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jun 16, 2021
1 parent 45fde98 commit fb24e37
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1280
}
"viewportWidth": 1280,
"defaultCommandTimeout": 15000,
"reporter": "junit",
"video": true,
"reporterOptions": {
"mochaFile": "cypress/reports/cypress-[hash].xml",
"jenkinsMode": true,
"toConsole": true
}
}

0 comments on commit fb24e37

Please sign in to comment.