1. Урок 1.00:01:02
    Course Overview: End to End Testing with Cypress
  2. Урок 2.00:04:01
    Add Cypress to an Existing Application with npm
  3. Урок 3.00:02:40
    Visit a page with Cypress
  4. Урок 4.00:03:29
    Find and Test Focused Input with Chrome’s DevTools in Cypress
  5. Урок 5.00:03:05
    Test React’s Controlled Input with Cypress Selector Playground
  6. Урок 6.00:01:28
    Reduce Code Duplication in Cypress Tests with beforeEach
  7. Урок 7.00:03:46
    Stub Network Requests in a Cypress Test
  8. Урок 8.00:02:28
    Load Data from Test Fixtures in Cypress
  9. Урок 9.00:01:59
    Wait for XHR Responses in a Cypress Test
  10. Урок 10.00:05:00
    Create a Single Custom Cypress Command from Multiple Commands
  11. Урок 11.00:03:37
    Stub a Post Request for Successful Form Submission with Cypress
  12. Урок 12.00:02:45
    Test XHR Failure Conditions with Cypress
  13. Урок 13.00:05:19
    Interact with Hidden Elements in a Cypress Test
  14. Урок 14.00:02:19
    Create Aliases for DOM Elements in Cypress Tests
  15. Урок 15.00:04:10
    Test Variations of a Feature in Cypress with a data-driven Test
  16. Урок 16.00:07:56
    Access step-by-step Logs with Chrome devTools and Cypress UI
  17. Урок 17.00:10:53
    Create True end-to-end Tests with Cypress
  18. Урок 18.00:02:03
    Run Cypress Tests without the UI