Confidential Docs
Testteam
View GitHub RSS Feed
Set theme to dark (⇧+D)

What is Cypress?

Cypress is a front-end testing tool for web applications that run in a browser. It is an all-in-one testing framework that unifies the entire testing process within a single tool, making it easier for developers and QA analysts to do their work. Teams use Cypress to write, configure, run, and debug tests with less effort.

Since Cypress is a JavaScript application, it can be installed directly into your web app. That means it can run alongside your project, which makes it easy to implement test-driven development and end-to-end testing during the development process. Cypress also enables you to record tests so you can create snapshots and test ad hoc.