Skip to content

Commit

Permalink
Merge pull request #5 from justafish/justafish/selenium-firefox-port-fix
Browse files Browse the repository at this point in the history
Fix ports for Firefox container
  • Loading branch information
justafish authored Nov 10, 2023
2 parents d8637a8 + 0a3b4ce commit 827e532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.core-dev-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 827e532

Please sign in to comment.