Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing react applications for professional engineers, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:22
    Introduction
  • Урок 2. 00:02:14
    How to get the project source code
  • Урок 3. 00:03:24
    Test a component with ReactDOM
  • Урок 4. 00:06:01
    Test a checkbox with react testing library
  • Урок 5. 00:03:19
    Fire native events on elements
  • Урок 6. 00:01:48
    Checked and unchecked checkbox states
  • Урок 7. 00:02:49
    Automate accessibility tests
  • Урок 8. 00:03:40
    Find elements using text and alt text
  • Урок 9. 00:03:26
    Test for absence of elements
  • Урок 10. 00:05:58
    Test context connected elements
  • Урок 11. 00:03:20
    Test array rendering elements
  • Урок 12. 00:02:08
    Test parent components that render children
  • Урок 13. 00:05:10
    Test context provider values
  • Урок 14. 00:03:11
    Test the toggle scroll behaviour
  • Урок 15. 00:05:34
    Test the use filters hook
  • Урок 16. 00:04:34
    Test use outside click hook
  • Урок 17. 00:03:24
    Test hook cleanup functionality
  • Урок 18. 00:09:58
    Integration test for fetch products
  • Урок 19. 00:03:28
    Generate test data with test-data-bot
  • Урок 20. 00:04:03
    Test open and close off canvas
  • Урок 21. 00:10:43
    Test product search functionality
  • Урок 22. 00:00:48
    Introduction to part 2
  • Урок 23. 00:07:02
    Test router dependent components with memory router
  • Урок 24. 00:04:03
    Test a component with use location hook
  • Урок 25. 00:08:11
    Test a user can navigate to a page
  • Урок 26. 00:08:55
    Test add product to cart
  • Урок 27. 00:16:50
    Test checkout with stripe