Skip to content

Commit 1959331

Browse files
committed
add args for chrome
1 parent cc11ad3 commit 1959331

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

behat.yml.dist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ default:
2626
base_url: 'http://localhost:8080'
2727
files_path: 'tests/fixtures/files'
2828
goutte: ~
29-
selenium2: ~
29+
selenium2:
30+
capabilities:
31+
chrome:
32+
switches:
33+
- "--headless"
34+
- "--disable-gpu"
35+
- "--no-sandbox"
36+
javascript_session: selenium2
3037
browser_name: 'chrome'
3138
sessions:
3239
default:

0 commit comments

Comments
 (0)