cypress-io / cypress-documentation

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken link in "Migrating from Selenium to Cypress"

MikeMcC399 opened this issue · comments

Subject

Migrating from Selenium to Cypress

Description

Issue

The new page Migrating from Selenium to Cypress from merged PR #5780 has not been successfully published.

CircleCI shows a build failure

 Error: Unable to build website for locale en.
    at tryToBuildLocale (/home/circleci/repo/node_modules/@docusaurus/core/lib/commands/build.js:55:19)
    at async mapAsyncSequential (/home/circleci/repo/node_modules/@docusaurus/utils/lib/jsUtils.js:44:24)
    at async Command.build (/home/circleci/repo/node_modules/@docusaurus/core/lib/commands/build.js:82:21) {
  [cause]: Error: Docusaurus found broken links!

  Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist.
  Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass.

  Exhaustive list of all broken links found:
  - Broken link on source page path = /guides/end-to-end-testing/selenium-to-cypress:
     -> linking to /guides/cloud/analytics

Suggestion

Change /guides/cloud/analytics to /guides/cloud/analytics/overview

  • See PR #5795 for resolution