Skip to content

Commit

Permalink
fix define larger viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Aug 23, 2023
1 parent b74301f commit e0d2c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const { defineConfig } = require('cypress')
module.exports = defineConfig({
projectId: 'dnr1ke',
videoCompression: 15,
viewportWidth: 1536,
viewportHeight: 960,
env: {
username: 'admin',
password: 'password',
Expand Down

0 comments on commit e0d2c41

Please sign in to comment.