We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!).
secret
I think the port is incorrect.
https://[DDEV SITE URL]:7910
https://[DDEV SITE URL]:7900
Looking at docker-compose.selenium-chrome.yaml, you have the ports mapped to 7900
docker-compose.selenium-chrome.yaml
7900
- HTTPS_EXPOSE=7900:7900 - HTTP_EXPOSE=7910:7900
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Thank for the great addon and for including "Usage" instructions.
I was up and running in minutes.
I think the port is incorrect.
https://[DDEV SITE URL]:7910
=> "ERR_SSL_PROTOCOL_ERROR"https://[DDEV SITE URL]:7900
=> noVNC screenLooking at
docker-compose.selenium-chrome.yaml
, you have the ports mapped to7900
The text was updated successfully, but these errors were encountered: