Skip to content

Commit

Permalink
fix(Component Testing): Broken links in docs (#14251)
Browse files Browse the repository at this point in the history
* fix(Component Testing): Broken link in docs

* code review comments
  • Loading branch information
alfonsoar committed Dec 20, 2020
1 parent c35bb6f commit a72529f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions npm/react/README.md
Expand Up @@ -386,8 +386,7 @@ const webpackOptions = {
}
```

<!-- TODO FIX THE LINK -->
Keep your eye on issue [#156](https://github.com/bahmutov/cypress-react-unut-test/issues/156) for more information.
Keep your eye on issue [#9663](https://github.com/cypress-io/cypress/issues/9663) for more information.

</details>

Expand All @@ -403,7 +402,7 @@ See related issue [#141](https://github.com/bahmutov/cypress-react-unit-test/rea
<details id="gatsby-not-supported">
<summary>Gatsby.js projects not supported</summary>

Currently, this project cannot find Webpack settings used by Gatsby.js, thus it cannot bundle specs and application code correctly. Keep an eye on [#307](https://github.com/bahmutov/@cypress/react/issues/307)
Currently, this project cannot find Webpack settings used by Gatsby.js, thus it cannot bundle specs and application code correctly. Keep an eye on [#307](https://github.com/cypress-io/cypress/issues/9671)

</details>

Expand Down Expand Up @@ -433,15 +432,6 @@ Because finding and modifying Webpack settings while running this plugin is done
DEBUG=@cypress/react,find-webpack
```

## Migration guide

### From v3 to v4

The old v3 `main` branch is available as branch [v3](https://github.com/bahmutov/@cypress/react/tree/v3)

- the `cy.mount` is now simply `import { mount } from '@cypress/react'`
- the support file is simply `require('@cypress/react/support')`

## Related tools

Same feature for unit testing components from other frameworks using Cypress
Expand Down
4 changes: 2 additions & 2 deletions npm/vue/README.md
Expand Up @@ -729,7 +729,7 @@ module.exports = (on, config) => {

## Test adapters for other frameworks

- [@cypress/react](https://github.com/bahmutov/@cypress/react)
- [@cypress/react](https://github.com/cypress-io/@cypress/react)
- [cypress-cycle-unit-test](https://github.com/bahmutov/cypress-cycle-unit-test)
- [cypress-svelte-unit-test](https://github.com/bahmutov/cypress-svelte-unit-test)
- [cypress-angular-unit-test](https://github.com/bahmutov/cypress-angular-unit-test)
Expand All @@ -743,7 +743,7 @@ module.exports = (on, config) => {
The Cypress.io Component Testing Team

- [Jessica Sachs](https://github.com/jessicasachs) (Current Maintainer, [Vue Test Utils](https://github.com/vuejs/vue-test-utils) Maintainer)
- [Gleb Bahmutov](https://github.com/bahmutov) (Original Author, Current Maintainer of [@cypress/react](https://github.com/bahmutov/@cypress/react))
- [Gleb Bahmutov](https://github.com/bahmutov) (Original Author, Current Maintainer of [@cypress/react](https://github.com//cypress-io/@cypress/react))

Support: if you find any problems with this module, [tweet](https://twitter.com/_jessicasachs) / [open issue](https://github.com/cypress-io/cypress/issues) on Github

Expand Down

4 comments on commit a72529f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a72529f Dec 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.0/circle-develop-a72529f396baee669c9b112d9296d314177f8cc1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a72529f Dec 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.0/appveyor-develop-a72529f396baee669c9b112d9296d314177f8cc1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a72529f Dec 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.0/appveyor-develop-a72529f396baee669c9b112d9296d314177f8cc1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a72529f Dec 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.0/circle-develop-a72529f396baee669c9b112d9296d314177f8cc1/cypress.tgz

Please sign in to comment.