cypress-component-testing-examples
cypress-component-testing-examples copied to clipboard
Cypress component examples
👋🏻 the solution for projects that have global plugins for Vue 2 is to create a wrapper component. You'll also notice that the usage of `.vue()` to get the emitted...
For [UNFIY-72](https://cypress-io.atlassian.net/browse/UNIFY-72)
https://github.com/cypress-io/cypress-component-testing-examples/pull/91 For [UNFIY-72](https://cypress-io.atlassian.net/browse/UNIFY-72) View the [setup-vite-vue](https://github.com/cypress-io/cypress-component-testing-examples/tree/setup-vite-vue/setup-vite-vue) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/setup-vite-vue/setup-vite-vue#readme).
To test a component that uses query params for state. We need to read from a mocked $route, and we need to push to a mocked $router. Sets up $router...
- Upgrade the vue-cli-2 repo to work with Cypress v10 - Installed and configured Vuetify - Added components and tests for various Vuetify components. - Installed https://github.com/dmtrKovalenko/cypress-real-events to handle "hovering"...
View the [guide-getting-started-react-complete](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-react-complete/guide-getting-started-react-complete) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-react-complete/guide-getting-started-react-complete#readme).
View the [guide-getting-started-react](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-react/guide-getting-started-react) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-react/guide-getting-started-react#readme).
View the [guide-getting-started-vue](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-vue/guide-getting-started-vue) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-vue/guide-getting-started-vue#readme).
View the [guide-getting-started-vue-complete](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-vue-complete/guide-getting-started-vue-complete) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/guide-getting-started-vue-complete/guide-getting-started-vue-complete#readme).