Automation with Cypress – Full Day Tutorial
Cypress is one of the most popular UI automation libraries used by testers these days. In this tutorial I will go over its most used concepts that you can apply in your own testing. I will show you how easy it is to perform certain tasks, like page element interaction, waiting for network events or working with files. I will use examples that help you relate to your own tests, so you can start automating your own tasks right away.
Key takeaways & outline:
- introduction, installation and general concepts
- page element interaction: selector strategies, element specific interaction, suitable assertions for each element, waiting
- working with cookies
- working with network requests: assertions and stubbing
- test state capturing with screenshots and videos
- working with files
- multiple windows