Cypress Cheat Sheet for Testers!
Cypressio is one of the most trending testing tool in software testing industry! It is fast,easy and most reliable to script and run automated tests in browsers such as Microsoft Edge,Google Chrome,Mozilla Firefox, Electron and Canary.
Even though I have been scripting in webdriverio (selenium java script version) since 2017, I have started writing BDD (Behaviour Driven Development) based feature files in Page Object Model(POM) using javascript step definitions from year 2018; Especially running tests using cypressio made the tests super easy with generated reports using mocha,allure reports!
Hence created a live open source cypress-test-techniques project which has been made available part of github in order to help community to practice code and write your own scripts and publish in github!
CYPRESS CHEAT SHEET
REUSE THE CYPRESS BDD FRAMEWORK
HOW TO SCRIPT YOUR FIRST CYPRESS CODE?