How do you write automation test cases in Cypress?

How do you write automation test cases in Cypress?

Cypress is a JavaScript based Test Automation framework. You need to have basic knowledge of Java script to start your Test automation with Cypress. You can install cypress via npm package manager . Cypress use Mocha and Chai javascript libraries for Assertiions. Cypress opne command open the dashboard and tets Runner run the test cases. Check this tutorial to learn how to start with Cypress test Automation.