Thursday, July 15, 2021

on

  What is Cypress?

Cypress is an open source next generation front end testing tool built for the modern web.

Cypress make it possible to :

  • set up tests
  • write tests
  • run tests
  • debug tests

Cypress s built on node.js and it uses javascript/typescript for writing tests.

Cypress is both fundamentally and architecturally different. This enables you to write faster, easier and more reliable tests.

Cypress can run anything that runs in a browser. 

Cypress have a locally installed test runner and a dashboard service that records the test results.



0 comments:

Post a Comment

Contact Form for full-stack-sdet