Cypress
- Cypress makes these 4 tasks amazingly simple
- Game changers
- 7 ways Cypress is different
- How it works?
- Key differences
- Why Cypress?
- Who uses Cypress?
- Cypress ecosystem
- Limitation with Cypress
- Summarize the talk
- Selenium vs Cypress - Key comparison
- Cypress installation and project setup
- Open Cypress
- How to launch the test runner?
- Command lines/terminal
- How to use script for the command?
- Overview
- Cypress folders structure
- Let's write a first test with Cypress automation tool
- CSS selector locator
- How to use XPath in the Cypress?
- How to run test cases and how to skip or only run few test cases?
- How to read element text, value and other properties?
- How to work with checkbox?
- How to work with the radio button?
- How to work with an iframe?
- How to deal with multiple elements when scc selector is not able to find unique element after all try?
- How to work with text link?
- How to work with dropdown?
- How to work with datepicker?
- How to work with mouse hover?
- Use of url and title methods
- How to work with alert?
- Use of go method
- How to work with file upload?
- How to work with reload page?
Back