diff --git a/npm/react/README.md b/npm/react/README.md index 491837d36687..48b3319ceccc 100644 --- a/npm/react/README.md +++ b/npm/react/README.md @@ -386,8 +386,7 @@ const webpackOptions = { } ``` - -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. @@ -403,7 +402,7 @@ See related issue [#141](https://github.com/bahmutov/cypress-react-unit-test/rea
Gatsby.js projects not supported -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)
@@ -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 diff --git a/npm/vue/README.md b/npm/vue/README.md index ff2323debad0..0c858014c359 100644 --- a/npm/vue/README.md +++ b/npm/vue/README.md @@ -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) @@ -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