Skip to content

Commit

Permalink
Remove Gatsby FAQ (#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Dec 12, 2024
1 parent c9ab339 commit 2bb4555
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/app/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1257,17 +1257,6 @@ recipe.

## 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

0 comments on commit 2bb4555

Please sign in to comment.