Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 43d82b9cf8ed443a40c6e20b06d75570f8a363bf
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:17:42 2022 -0500

    removed e2e from branches being e2e tested

commit 4d6c904
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:11:34 2022 -0500

    testing testing

commit cd8562b
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:06:50 2022 -0500

    testing testing

commit f432448
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:05:26 2022 -0500

    Revert "testing testing"

    This reverts commit c7a5337.

commit 54a9eb8
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:01:19 2022 -0500

    testing testing

commit c7a5337
Author: electric-el <electric-el@electric-eloquence.io>
Date:   Thu Mar 10 10:00:54 2022 -0500

    testing testing
  • Loading branch information
electric-el committed Mar 10, 2022
1 parent 0b187c3 commit 89a1a38
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ exports.config = {
//
browserName: 'chrome',
'goog:chromeOptions': {
args: ['--disable-gpu']
args: [
'--browser-test',
'--disable-features=site-per-process',
'--disable-gpu',
'--disable-site-isolation-trials',
'--disable-webgl',
'--no-sandbox'
]
}
// If outputDir is provided WebdriverIO can capture driver session logs
// it is possible to configure which logTypes to include/exclude.
Expand Down

0 comments on commit 89a1a38

Please sign in to comment.