From 421eefde518d6e3af725d29bff88245f7d4a21b6 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Fri, 10 Nov 2023 17:13:50 +0000 Subject: [PATCH 1/2] Fix ports for Firefox container --- docker-compose.core-dev-selenium.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.core-dev-selenium.yaml b/docker-compose.core-dev-selenium.yaml index 33330ae..9dc91ef 100644 --- a/docker-compose.core-dev-selenium.yaml +++ b/docker-compose.core-dev-selenium.yaml @@ -30,9 +30,11 @@ services: expose: - 7901 environment: + - NO_VNC_PORT=7901 + - SE_NO_VNC_PORT=7901 - VIRTUAL_HOST=$DDEV_HOSTNAME - - HTTPS_EXPOSE=7900:7901 - - HTTP_EXPOSE=7910:7901 + - HTTPS_EXPOSE=7901:7901 + - HTTP_EXPOSE=7911:7901 links: - web:web external_links: From 0a3b4ce6078f845136a79b49c49df03fed31edb5 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Fri, 10 Nov 2023 17:16:29 +0000 Subject: [PATCH 2/2] Update documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 018af72..318fd48 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ ddev nightwatch --tag core ## Nightwatch Examples -You can watch Nightwatch running in real time at https://drupal.ddev.site:7900 for Chrome and https://drupal.ddev.site:7901 for Firefox. The password is "secret". +You can watch Nightwatch running in real time at https://drupal.ddev.site:7900 +for Chrome and https://drupal.ddev.site:7901 for Firefox. The password is +"secret". YMMV using Firefox as core tests don't currently run on it. Only core tests ```