Skip to content

Commit 6d472d4

Browse files
authored
DOCS: add launch by port (ddev#45)
* DOCS: add launch by port * remove trailing spaces --------- Co-authored-by: tyler36 <[email protected]>
1 parent 6c361f8 commit 6d472d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

3838
This enables you to quickly see what is going on with your tests.
3939

0 commit comments

Comments
 (0)