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
9 changes: 3 additions & 6 deletions docs/guides/overview/why-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,9 @@ do that no other testing framework can:
### <Icon name="cog" /> 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.

<DocsVideo
src="/img/snippets/installing-cli.mp4"
title="Installing and opening Cypress"
/>
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).

### <Icon name="code" /> Writing tests

Expand Down