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

Remove Gatsby FAQ #6034

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
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
11 changes: 0 additions & 11 deletions docs/app/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1260,17 +1260,6 @@ plugin.

## Integrations with Other Tools/Frameworks/Libraries

### <Icon name="angle-right" /> Can I test Gatsby.js sites using Cypress?

For end-to-end tests, yes, as you can read in the official
[Gatsby docs](https://www.gatsbyjs.com/docs/end-to-end-testing/). You can also
watch the "Cypress + Gatsby webinar"
[recording](https://www.youtube.com/watch?v=Tx6Lg9mwcCE).

For component testing, Gatsby is not currently supported out of the box, but it
might be possible by
[configuring a custom devServer](/app/references/configuration#devServer).

### <Icon name="angle-right" /> Can I test React applications using Cypress?

For end-to-end testing, yes, absolutely. A good example of a fully tested React
Expand Down
Loading