Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 30, 2024
1 parent 19ab06c commit f63d917
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,41 +33,6 @@ default:
wd_host: "http://chrome:4444/wd/hub"
capabilities:
browser: chrome
nativeEvents: true
marionette: true
browserName: chrome
version: '*'
extra_capabilities:
loggingPrefs:
performance: ALL
browser: ALL
"goog:chromeOptions":
w3c: true
args:
# Window size
- '--window-size=1600,1200'
# Ignore cert. errors with HTTPS.
- '--ignore-certificate-errors'
# Additional test-related params.
- '--no-sandbox'
- '--disable-setuid-sandbox'
- '--disable-web-security'
- '--disable-dev-shm-usage'
- '--disable-gpu'
- '--disable-background-timer-throttling'
- '--disable-backgrounding-occluded-windows'
- '--disable-renderer-backgrounding'
- '--disable-software-rasterizer'
- '--DNS-prefetch-disable'
- '--disable-extensions'
- '--disable-infobars'
- '--disable-translate'
- '--incognito'
- '--no-first-run'
- '--disable-popup-blocking'
- '--allowed-ips=*'
- '--whitelisted-ips=*'
- '--test-type'
# Provides integration with Drupal APIs.
Drupal\DrupalExtension:
blackbox: ~
Expand Down

0 comments on commit f63d917

Please sign in to comment.