Skip to content

Commit

Permalink
rollback wdio.conf.js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatilepizs committed Nov 7, 2024
1 parent a427d03 commit 35d8c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const CHROME_OPTIONS_ARGS_DEBUG = utils.isMinimumChromeVersion
'ignore-certificate-errors',
'window-size=1200,900'
];
const CHROME_OPTIONS_ARGS = CHROME_OPTIONS_ARGS_DEBUG;//.concat(['headless']);
const CHROME_OPTIONS_ARGS = CHROME_OPTIONS_ARGS_DEBUG.concat(['headless']);

const baseConfig = {
//
Expand Down Expand Up @@ -195,7 +195,7 @@ const baseConfig = {
mochaOpts: {
ui: 'bdd',
timeout: DEBUG ? DEBUG_TIMEOUT : DEFAULT_TIMEOUT,
//retries: DEBUG ? 0 : 5,
retries: DEBUG ? 0 : 5,
},
//
// =====
Expand Down

0 comments on commit 35d8c03

Please sign in to comment.