Skip to content

Commit

Permalink
wdio basic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Dec 4, 2024
1 parent f232de4 commit 5537e0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ const capability = {
maxInstances: 1,
browserName: process.env.BROWSER,
acceptInsecureCerts: true,
browserVersion: '130.0.6723.116',
browserVersion: 'stable',
};

const options = {};

switch (capability.browserName) {
case 'chrome':
options.args = ['--no-sandbox'];
options.w3c = false;

if (process.env.HEADLESS) {
options.args.push('--window-size=1920,1080');
Expand Down

0 comments on commit 5537e0c

Please sign in to comment.