Cypress.io Basics

Why I want to use Cypress?

An animation showing cypress running and going through the tests and whether they pass or fail.

Animation of Cypress running several tests, the test runner starts a cypress test is done and results are outputted whether it failed or succeed.

Cypress.io API commonly used

cy.visit()

cy.wait()

cy.get()

.type()

Resources used

Recent Posts