rsnext/examples/with-cypress/pages
Mike Plummer 2246db680e
Add Cypress component testing to docs & example (#44869)
[Cypress](https://www.cypress.io/) recently went GA with a Component Testing offering which supports Next.js. This PR adds a brief section on what and how to use Cypress for component-level testing and updates the example project with a component test.

Any feedback on content or the example is welcome, thanks for considering!

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm build && pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-07 23:42:35 +00:00
..
_app.tsx chore(examples): Convert with-cypress example to TypeScript (#38818) 2022-07-21 16:40:51 +00:00
about.cy.tsx Add Cypress component testing to docs & example (#44869) 2023-02-07 23:42:35 +00:00
about.tsx Run next/link codemod for Next.js 13 on examples (#41913) 2022-10-30 21:00:45 +01:00
index.tsx Run next/link codemod for Next.js 13 on examples (#41913) 2022-10-30 21:00:45 +01:00