$ npx cypress install --force
Installing Cypress (version: 13.15.2)
✔ Downloaded Cypress
✔ Unzipped Cypress
✔ Finished Installation /home/mike/.cache/Cypress/13.15.2
You can now open Cypress by running one of the following, depending on your package manager:
- npx cypress open
- yarn cypress open
- pnpm cypress open
https://on.cypress.io/opening-the-app
Other
This is a regression caused by a reorganization of the documentation site https://docs.cypress.io/ on Oct 22, 2024.
Current behavior
The link https://on.cypress.io/opening-the-app, which is displayed when executing
cypress install
, no longer works.It redirects to https://docs.cypress.io/opening-the-app which displays the text "Page Not Found".
Desired behavior
The vanity link https://on.cypress.io/opening-the-app
should redirect to the active page
https://docs.cypress.io/app/get-started/open-the-app
Test code to reproduce
Cypress Version
13.15.2
Node version
v22.11.0
LTSOperating System
Ubuntu
24.04.1
LTSLogs
Other
This is a regression caused by a reorganization of the documentation site https://docs.cypress.io/ on Oct 22, 2024.
The source page was moved and renamed from
docs/guides/getting-started/opening-the-app.mdx
to
docs/app/get-started/open-the-app.mdx