Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect watching port #2

Closed
tyler36 opened this issue Nov 10, 2022 · 0 comments · Fixed by #3
Closed

Incorrect watching port #2

tyler36 opened this issue Nov 10, 2022 · 0 comments · Fixed by #3

Comments

@tyler36
Copy link
Collaborator

tyler36 commented Nov 10, 2022

Thank for the great addon and for including "Usage" instructions.
I was up and running in minutes.

  • On your host, browse to https://[DDEV SITE URL]:7910 (password: secret) to watch tests run (neat!).

I think the port is incorrect.

  • https://[DDEV SITE URL]:7910 => "ERR_SSL_PROTOCOL_ERROR"
  • https://[DDEV SITE URL]:7900 => noVNC screen

Looking at docker-compose.selenium-chrome.yaml, you have the ports mapped to 7900

- HTTPS_EXPOSE=7900:7900
- HTTP_EXPOSE=7910:7900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant