Skip to content

Commit

Permalink
refactor(cypress): dont record video while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Aug 3, 2020
1 parent 3fe9cfb commit 566a52b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1280,
"viewportHeight": 720
}
"viewportHeight": 720,
"video": false
}

0 comments on commit 566a52b

Please sign in to comment.