Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Component Testing): Broken links in docs #14251

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions npm/react/README.md
Original file line number Diff line number Diff line change
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 @@ -437,7 +436,7 @@ DEBUG=@cypress/react,find-webpack

### From v3 to v4
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this can be entirely deleted


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

- the `cy.mount` is now simply `import { mount } from '@cypress/react'`
- the support file is simply `require('@cypress/react/support')`
Expand Down
4 changes: 2 additions & 2 deletions npm/vue/README.md
Original file line number Diff line number Diff line change
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