From 2bb45550ea644fbab519692c582267ff4d501c06 Mon Sep 17 00:00:00 2001
From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
Date: Thu, 12 Dec 2024 17:24:46 +0100
Subject: [PATCH] Remove Gatsby FAQ (#6034)
---
docs/app/faq.mdx | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/docs/app/faq.mdx b/docs/app/faq.mdx
index 1e34ca4d31..14a672dafc 100644
--- a/docs/app/faq.mdx
+++ b/docs/app/faq.mdx
@@ -1257,17 +1257,6 @@ recipe.
## Integrations with Other Tools/Frameworks/Libraries
-### 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).
-
### Can I test React applications using Cypress?
For end-to-end testing, yes, absolutely. A good example of a fully tested React