cypress-component-testing-examples icon indicating copy to clipboard operation
cypress-component-testing-examples copied to clipboard

Cypress component examples

Results 45 cypress-component-testing-examples issues
Sort by recently updated
recently updated
newest added

https://github.com/cypress-io/cypress-component-testing-examples/pull/71 For [UNFIY-72](https://cypress-io.atlassian.net/browse/UNIFY-72)

For UNIFY-76 https://github.com/cypress-io/cypress-component-testing-examples/pull/57

For [UNFIY-72](https://cypress-io.atlassian.net/browse/UNIFY-72) Scripts PR: #72 View the [vite-vue](https://github.com/cypress-io/cypress-component-testing-examples/tree/vite-vue/vite-vue) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/vite-vue/vite-vue#readme).

Scripts PR: https://github.com/cypress-io/cypress-component-testing-examples/pull/42 For [UNIFY-71] [UNIFY-71]: https://cypress-io.atlassian.net/browse/UNIFY-71?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ View the [vite-react](https://github.com/cypress-io/cypress-component-testing-examples/tree/vite-react/vite-react) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/vite-react/vite-react#readme).

For UNIFY-76 Scripts PR https://github.com/cypress-io/cypress-component-testing-examples/pull/56 View the [create-nuxt-app](https://github.com/cypress-io/cypress-component-testing-examples/tree/create-nuxt-app/create-nuxt-app) example directory, including the instructions at the [top of the README](https://github.com/cypress-io/cypress-component-testing-examples/tree/create-nuxt-app/create-nuxt-app#readme).

Refactor naming of Create Next App projects so that versioning the project works like other example repos. - Rename “create-next-app” scripts to “create-next-app-webpack-4", locking the version of Next.js to v10...

Component Specs aren't loaded in the UI ![Screen Shot 2021-11-19 at 4 55 24 PM](https://user-images.githubusercontent.com/21967/142701528-d1789ac3-10d8-452f-b9cf-b6ead1062c8f.png) ![Screen Shot 2021-11-19 at 4 55 34 PM](https://user-images.githubusercontent.com/21967/142701530-2d9b3e7a-b257-4741-be40-a208c6f3eb17.png)

- converted cypress.json to cypress.config.js per the docs here: https://deploy-preview-4201--cypress-docs.netlify.app/guides/getting-started/component-framework-configuration#React-Create-React-App - removed the plugins/index.js file.