You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Complete the first-login flow via API so the dashboard is fully usable.
66
66
# See cypress/jenkins/run.sh rancher_init() for the reference implementation.
67
-
RANCHER_URL="https://127.0.0.1:8443"
67
+
RANCHER_URL="https://127.0.0.1:9443"
68
68
BOOTSTRAP_PASSWORD="password"
69
69
70
70
echo "Logging in with bootstrap password..."
@@ -116,14 +116,14 @@ additional information about WCAG 2.2.
116
116
The code of the application has been checked out to the current working directory.
117
117
118
118
Important notes about the runtime environment:
119
-
- The Rancher Dashboard is running at `https://127.0.0.1:8443/dashboard/` (started and bootstrapped by prior workflow steps).
119
+
- The Rancher Dashboard is running at `https://127.0.0.1:9443/dashboard/` (started and bootstrapped by prior workflow steps).
120
120
- The admin credentials are: username `admin`, password `password`.
121
121
- You are running inside a sandboxed container. The Docker socket is NOT available, so do NOT run `docker ps`, `docker logs`, or any docker commands — they will fail.
122
122
- If Playwright fails to connect, try waiting a few seconds and retrying. The server uses a self-signed certificate, which is already handled by `--ignore-https-errors`.
123
123
124
124
Steps:
125
125
126
-
1. Use the Playwright MCP tool to browse to `https://127.0.0.1:8443/dashboard/`. If you see a login page, log in with username `admin` and password `password`. Review the website for accessibility problems by navigating around, clicking
126
+
1. Use the Playwright MCP tool to browse to `https://127.0.0.1:9443/dashboard/`. If you see a login page, log in with username `admin` and password `password`. Review the website for accessibility problems by navigating around, clicking
127
127
links, pressing keys, taking snapshots and/or screenshots to review, etc. using the appropriate Playwright MCP commands.
128
128
129
129
2. Review the source code of the application to look for accessibility issues in the code. Use the Grep, LS, Read, etc. tools.
0 commit comments