File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,25 @@ You can now connect to [DDEV SITE URL]:5900 (password: `secret`) in your VNC cli
51
51
52
52
Note that when using ` ports ` , only one project at a time can be running with port 5900.
53
53
54
+ ### Behat config example
55
+
56
+ If you use Behat as a test running, adjust your ` behat.yml `
57
+
58
+ ``` yml
59
+ extensions :
60
+ Behat\MinkExtension :
61
+ base_url : http://web
62
+ selenium2 :
63
+ wd_host : http://selenium-chrome:4444/wd/hub
64
+ capabilities :
65
+ chrome :
66
+ switches :
67
+ - " --disable-gpu"
68
+ - " --headless"
69
+ - " --no-sandbox"
70
+ - " --disable-dev-shm-usage"
71
+ ` ` `
72
+
54
73
## Contribute
55
74
56
75
- Anyone is welcome to submit a PR to this repo. See README.md at https://github.com/ddev/ddev-addon-template, the parent of this repo.
You can’t perform that action at this time.
0 commit comments