Skip to content

Commit

Permalink
set window size for tests:
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-ErikaMcVey committed Sep 3, 2024
1 parent d6ffd7f commit 8c23a53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ module.exports = () => {
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--headless', '--disable-gpu', '--disable-dev-shm-usage'],
flags: [
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
'--window-size=1920,1080',
],
},
},
restartOnFileChange: true,
Expand Down

0 comments on commit 8c23a53

Please sign in to comment.