Skip to content

Commit 827e532

Browse files
authored
Merge pull request #5 from justafish/justafish/selenium-firefox-port-fix
Fix ports for Firefox container
2 parents d8637a8 + 0a3b4ce commit 827e532

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ ddev nightwatch --tag core
2626

2727
## Nightwatch Examples
2828

29-
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".
29+
You can watch Nightwatch running in real time at https://drupal.ddev.site:7900
30+
for Chrome and https://drupal.ddev.site:7901 for Firefox. The password is
31+
"secret". YMMV using Firefox as core tests don't currently run on it.
3032

3133
Only core tests
3234
```

docker-compose.core-dev-selenium.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ services:
3030
expose:
3131
- 7901
3232
environment:
33+
- NO_VNC_PORT=7901
34+
- SE_NO_VNC_PORT=7901
3335
- VIRTUAL_HOST=$DDEV_HOSTNAME
34-
- HTTPS_EXPOSE=7900:7901
35-
- HTTP_EXPOSE=7910:7901
36+
- HTTPS_EXPOSE=7901:7901
37+
- HTTP_EXPOSE=7911:7901
3638
links:
3739
- web:web
3840
external_links:

0 commit comments

Comments
 (0)