Skip to content

Commit

Permalink
Merge pull request #30 from nassimerrahoui/add-cypress
Browse files Browse the repository at this point in the history
add default viewport
  • Loading branch information
avdev4j committed Aug 6, 2020
2 parents 9297999 + d7286f4 commit 75eb527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/e2e/templates/cypress.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"pluginsFile": "src/test/javascript/cypress/plugins/index.ts",
"screenshotsFolder": "src/test/javascript/cypress/screenshots",
"chromeWebSecurity": false,
"viewportWidth": 1200,
"viewportHeight": 720,
"env": {
"auth_base_url": "http://localhost:9080/auth",
"auth_realm": "jhipster",
Expand Down

0 comments on commit 75eb527

Please sign in to comment.