Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing React apps with React Testing Library (RTL), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:09:24
    Introduction to TDD
  • Урок 2. 00:04:02
    Introduction to RTL
  • Урок 3. 00:08:50
    Create React App behind the scenes
  • Урок 4. 00:04:47
    Understanding Jest
  • Урок 5. 00:11:23
    Writing our first test
  • Урок 6. 00:12:55
    Rendering a component with RTL
  • Урок 7. 00:07:02
    Selecting elements with getByText
  • Урок 8. 00:07:54
    Selecting elements with getByRole
  • Урок 9. 00:06:24
    queryBy search variant
  • Урок 10. 00:07:01
    findBy search variant (Part 1)
  • Урок 11. 00:10:12
    findBy search variant (Part 2)
  • Урок 12. 00:06:43
    findBy search variant (Part 3)
  • Урок 13. 00:06:16
    Querying multiple elements
  • Урок 14. 00:07:32
    User interaction with the fireEvent function
  • Урок 15. 00:02:53
    User interaction with the user event API
  • Урок 16. 00:08:14
    Testing a component in isolation with the user event API
  • Урок 17. 00:07:13
    Coverage
  • Урок 18. 00:04:29
    Debugging
  • Урок 19. 00:10:43
    Creating a Pokemon component
  • Урок 20. 00:10:46
    Testing the Pokemon component
  • Урок 21. 00:01:42
    Jest DOM library from RTL