From 6d472d4169bc6acbb1cd2f0ae7c8ef8712a36836 Mon Sep 17 00:00:00 2001 From: tyler36 Date: Fri, 7 Jun 2024 19:50:01 +0900 Subject: [PATCH] DOCS: add launch by port (#45) * DOCS: add launch by port * remove trailing spaces --------- Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2c8d2..2e845e0 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ This service can be used with any project type. The examples below are Drupal-sp ### The easy way: Use noVNC (built-in) -1. Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run `ddev restart`. -2. On your host, browse to https://[DDEV SITE URL]:7900 (password: `secret`) to watch tests run with noVNC (neat!). +1. Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run `ddev restart`. +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!). This enables you to quickly see what is going on with your tests.