Skip to content

Commit

Permalink
headless
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 20, 2023
1 parent 497e9ad commit 6dee70d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/wdio/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ export const config: Options.Testrunner = {
capabilities: [
{
// capabilities for local browser web tests
browserName: 'chrome' // or "firefox", "microsoftedge", "safari"
browserName: 'chrome', // or "firefox", "microsoftedge", "safari"
'goog:chromeOptions': {
args: ['--headless']
}
}
],

Expand Down

0 comments on commit 6dee70d

Please sign in to comment.