File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ This service can be used with any project type. The examples below are Drupal-sp
2929
3030### The easy way: Use noVNC (built-in)
3131
32- On your host, browse to https://[ DDEV SITE URL] :7900 (password: ` secret ` ) to watch tests run with noVNC (neat!).
32+ 1 . Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run ` ddev restart ` .
33+ 2 . On your host, browse to https://[ DDEV SITE URL] :7900 (password: ` secret ` ) to watch tests run with noVNC (neat!).
3334
34- This is a no-configuration solution that enables you to quickly see what is going on with your tests.
35+ This enables you to quickly see what is going on with your tests.
3536
3637### Use a local VNC client (try noVNC first!)
3738
You can’t perform that action at this time.
0 commit comments