1. Module Introduction
2.1 Starting Project.html
2. Project Setup
3. Creating Suites & Tests
4. Visiting Pages inside of E2E Tests
5. Let the IDE (VS Code) Help You
6. Selecting Elements & Evaluating Test Results
7. Selecting By Text
8.1 Assertions API Reference (Official Documentation).html
8. Implicit and Explicit Assertions
9. get() vs find()
10. Why You Need To Simulate User Interaction
11. Simulating User Interaction
12. Proper Assertions Are Key!
13. Time To Practice!
14. Simulating Keyboard Typing & Writing Good Assertions
15. Checking For Partial Text
16. Selecting Dropdown Values
17. Cypress Tests Run In Isolation
18.1 Commands & Queries API Reference (Official Documentation).html
18. Time For More Queries
19. Summary