How To Write Tests With Cypress UI Commands | Cypress Tutorial | Part VII
This video is a part of our Cypress Testing Tutorial series. Cypress provides a number of commands that can be used to simulate a user's interaction with an application. In this video, Chris DeSilva (@desilvadev) explains how to write tests with Cypress UI commands, interacting with the user interface, and different ways of implementing these commands with examples of UI actions that you can take for clicking, typing, checking, etc.
Introduction to Cypress UI commands tutorial for beginners
Learning Goals
Documentation for Cypress
Getting started with the Cypress code
‘Find All By Text’ option in Cypress
‘Find By Placeholder text’ option in Cypress
Using ‘.action-checkbox’ in Cypress
Session Recap
Conclusion of Session