diff --git a/website/docs/developer-docs/setup/full-dev-environment.mdx b/website/docs/developer-docs/setup/full-dev-environment.mdx index fb949e3fe7..edc6fba4e3 100644 --- a/website/docs/developer-docs/setup/full-dev-environment.mdx +++ b/website/docs/developer-docs/setup/full-dev-environment.mdx @@ -151,7 +151,7 @@ In case of issues in this process, feel free to use `make dev-reset` which drops To run E2E tests, navigate to the `/tests/e2e` directory in your local copy of the authentik git repo, and start the services by running `docker compose up -d`. -You can then view the Selenium Chrome browser via [http://localhost:7900/](http://localhost:7900) using the password: `secret`. +You can then view the Selenium Chrome browser via http://localhost:7900/ using the password: `secret`. Alternatively, you can connect directly via VNC on port `5900` using the password: `secret`.