File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ This service can be used with any project type. The examples below are Drupal-sp
3232
3333### The easy way: Use noVNC (built-in)
3434
35- 1 . Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run ` ddev restart ` .
36- 2 . On your host, browse to https://[ DDEV SITE URL] :7900 (password: ` secret ` ) to watch tests run with noVNC (neat!).
35+ 1 . Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run ` ddev restart ` .
36+ 2 . On your host, run ` ddev launch :7900 ` or browse to https://[ DDEV SITE URL] :7900 (password: ` secret ` ) to watch tests run with noVNC (neat!).
3737
3838This enables you to quickly see what is going on with your tests.
3939
You can’t perform that action at this time.
0 commit comments