Skip to content

dwyl/learn-cypress.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

learn-cypress.io

https://vimeo.com/237115455

What?

Cypress is a testing tool focus on making end-to-end tests easier to build.

Cypress makes setting up, writing, running and debugging tests easy

Fast, easy and reliable testing for anything that runs in a browser.

image

Test Runner

The Test Runner load and runner dynamically your tests. So each time a new test is written, the Test Runner will detect the new file test and attempt to run it.

image

Cypress tests can be run with any main Continous Integration tool (Travis, CircleCi,...). You.

Dashboard

The Cypress Dashboard is an optional service where all your tests are recorded (screenshots and videos) and make it easier to understand the cause of failing tests.

image

Links: