cypress-io / cypress-documentation

Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility.
https://docs.cypress.io
MIT License
952 stars 1.05k forks source link

Page Not Found for https://on.cypress.io/opening-the-app #6004

Open MikeMcC399 opened 1 hour ago

MikeMcC399 commented 1 hour ago

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

mkdir cy-test
cd cy-test
git init
npm init -y
CYPRESS_INSTALL_BINARY=0 npm install cypress --save-dev
npx cypress install --force

Cypress Version

13.15.2

Node version

v22.11.0 LTS

Operating System

Ubuntu 24.04.1 LTS

Logs

$ 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.

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

MikeMcC399 commented 1 hour ago

This is a https://github.com/cypress-io/cypress-documentation/labels/type%3A%20bug rather than a https://github.com/cypress-io/cypress-documentation/labels/content%3A%20rewrite