Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The React Testing Library Bootcamp - The Developer Guide, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:19
    What Is Testing and Why Do We Care
  • Урок 2. 00:07:40
    Manual vs Automated Testing
  • Урок 3. 00:02:56
    Test Driven Development
  • Урок 4. 00:01:37
    App Overview
  • Урок 5. 00:05:11
    Inspecting a React Application
  • Урок 6. 00:02:43
    Test the Behaviour, Not the Implementation
  • Урок 7. 00:07:47
    The Structure of a Test Block
  • Урок 8. 00:09:24
    Querying for Elements
  • Урок 9. 00:03:49
    Assertions
  • Урок 10. 00:03:15
    Creating the Input Element
  • Урок 11. 00:09:39
    Completing the Test
  • Урок 12. 00:05:43
    User Events
  • Урок 13. 00:04:29
    Assignment: User Events
  • Урок 14. 00:07:16
    Testing the Presences of an Element
  • Урок 15. 00:16:13
    Adding the Error Handling Logic
  • Урок 16. 00:01:45
    Challenge: Add Error Handling
  • Урок 17. 00:10:29
    Challenge: Answers
  • Урок 18. 00:02:16
    A Little Bit of Manual Testing
  • Урок 19. 00:04:44
    Testing the Happy Path
  • Урок 20. 00:06:35
    Utilizing Jest Hooks
  • Урок 21. 00:12:49
    Creating Helper Functions to Reduce Duplicity
  • Урок 22. 00:00:55
    Challenge: Write a Helper Function
  • Урок 23. 00:03:14
    Challenge: Answer
  • Урок 24. 00:04:38
    Removing Unnecessary Variables
  • Урок 25. 00:05:01
    The Describe Block
  • Урок 26. 00:03:23
    App Overview
  • Урок 27. 00:02:58
    Breakdown of App
  • Урок 28. 00:13:54
    Dealing with Props
  • Урок 29. 00:00:35
    Challenge: Testing Image Src
  • Урок 30. 00:02:39
    Challenge: Solution
  • Урок 31. 00:04:42
    Adding the Elements to Make Our Tests Pass
  • Урок 32. 00:04:34
    Testing the Heart Button
  • Урок 33. 00:04:59
    Adding the Logic to Make Our Tests Pass
  • Урок 34. 00:02:56
    Doing Some Manual Testing
  • Урок 35. 00:01:02
    The Cards Component
  • Урок 36. 00:07:46
    Querying for Multiple Elements
  • Урок 37. 00:03:13
    Creating the Cards Component
  • Урок 38. 00:01:36
    Manual Testing
  • Урок 39. 00:08:37
    More Complex User Events
  • Урок 40. 00:05:33
    Adding the Filter Component
  • Урок 41. 00:02:29
    The Pets Component
  • Урок 42. 00:02:40
    Adding a Server
  • Урок 43. 00:10:03
    Fetching Data From Our Server
  • Урок 44. 00:04:48
    Writing a Flawed Test
  • Урок 45. 00:05:44
    Issues with Making HTTP Request in Your Tests
  • Урок 46. 00:08:08
    Mocking HTTP Requests with Mock Server Worker
  • Урок 47. 00:01:45
    What is Integration Testing
  • Урок 48. 00:06:45
    Writing Our First Integration Test
  • Урок 49. 00:07:30
    Adding the Gender Filter Logic
  • Урок 50. 00:07:48
    Nested Queries to Find Elements
  • Урок 51. 00:11:12
    Adding Some Complicated Logic
  • Урок 52. 00:00:31
    Fixing a Typo
  • Урок 53. 00:02:55
    Testing That We Can Filter by Gender and Favourite
  • Урок 54. 00:01:24
    Fixing the Styling
  • Урок 55. 00:06:51
    Refactoring Our App to Use Context
  • Урок 56. 00:06:50
    Adding a Mock Provider to Our Tests