diff --git a/docs/guides/overview/why-cypress.mdx b/docs/guides/overview/why-cypress.mdx index d82ef87e9c..f85543c18c 100644 --- a/docs/guides/overview/why-cypress.mdx +++ b/docs/guides/overview/why-cypress.mdx @@ -134,12 +134,9 @@ do that no other testing framework can: ### Setting up tests There are no servers, drivers, or any other dependencies to install or -configure. You can write your first passing test in 60 seconds. - - +configure. You can quickly see your first passing test using template example test specs for +[End-to-end tests](/guides/end-to-end-testing/writing-your-first-end-to-end-test) or +[Component tests](/guides/component-testing/getting-started). ### Writing tests