Skip to content

Commit 3684b0c

Browse files
committed
Making all the tests headless.
1 parent dbbcff8 commit 3684b0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

eform-client/wdio-headless-plugin-step2.conf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const config: Options.Testrunner = {
5858
browserName: 'chrome',
5959
'goog:chromeOptions': {
6060
args: [
61+
'headless',
6162
'window-size=1920,1080',
6263
'disable-gpu'],
6364
},

eform-client/wdio-plugin-step2.conf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const config: Options.Testrunner = {
5858
browserName: 'chrome',
5959
'goog:chromeOptions': {
6060
args: [
61+
'headless',
6162
'window-size=1920,1080',
6263
'disable-gpu'],
6364
},

0 commit comments

Comments
 (0)