Skip to content

Commit

Permalink
half
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 30, 2024
1 parent f9f4629 commit a71176d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ default:
browserName: chrome
version: '*'
extra_capabilities:
loggingPrefs:
performance: ALL
browser: ALL
"goog:chromeOptions":
w3c: true
args:
Expand All @@ -48,6 +51,7 @@ default:
- '--disable-setuid-sandbox'
- '--disable-web-security'
- '--disable-dev-shm-usage'
- '--disable-gpu'
- '--disable-background-timer-throttling'
- '--disable-backgrounding-occluded-windows'
- '--disable-renderer-backgrounding'
Expand Down

1 comment on commit a71176d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.