Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to Testing, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:01
    Introduction
  2. Урок 2. 00:07:30
    Course Overview
  3. Урок 3. 00:05:47
    Anatomy of a Test
  4. Урок 4. 00:05:29
    Writing Your First Test
  5. Урок 5. 00:05:52
    Simple Tests Exercise
  6. Урок 6. 00:08:30
    Testing Guidelines
  7. Урок 7. 00:14:46
    Testing for Invalid Input
  8. Урок 8. 00:13:05
    Testing for Edge Cases Exercise
  9. Урок 9. 00:08:27
    Referential Equality
  10. Урок 10. 00:04:23
    Testing Randomness
  11. Урок 11. 00:21:58
    Asymmetric Matchers Exercise
  12. Урок 12. 00:04:55
    Before/After Hooks & Async Code
  13. Урок 13. 00:05:19
    DOM Testing Tools
  14. Урок 14. 00:07:48
    Testing Buttons
  15. Урок 15. 00:10:34
    Using Testing Library Utilities
  16. Урок 16. 00:10:59
    Exploring the Accident Counter Project
  17. Урок 17. 00:08:48
    Accident Counter Exercise
  18. Урок 18. 00:14:09
    Accident Counter Solution
  19. Урок 19. 00:03:31
    Searching DOM
  20. Урок 20. 00:08:18
    Test Doubles
  21. Урок 21. 00:05:04
    Spies
  22. Урок 22. 00:15:23
    Mocks
  23. Урок 23. 00:12:44
    Alert Spy Exercise
  24. Урок 24. 00:20:21
    Mocking Dependencies
  25. Урок 25. 00:07:56
    Mocking Time
  26. Урок 26. 00:10:13
    Playwright
  27. Урок 27. 00:07:09
    Testing the Counter with Playwright
  28. Урок 28. 00:09:28
    Mock Service Worker
  29. Урок 29. 00:03:48
    Wrapping Up