Skip to content
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