Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing React with Jest and Testing Library, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:07
    Introduction to Testing Library and Jest
  2. Урок 2. 00:02:18
    Create-React-App
  3. Урок 3. 00:06:31
    First Test with Testing Library
  4. Урок 4. 00:04:12
    Jest and Jest-DOM Assertions
  5. Урок 5. 00:07:40
    Jest: Watch Mode and How Tests Work
  6. Урок 6. 00:03:29
    TDD: Test Driven Development
  7. Урок 7. 00:04:30
    React Testing Library Philosophy
  8. Урок 8. 00:04:21
    Functional Testing vs Unit Testing
  9. Урок 9. 00:01:28
    TDD (Test Driven Development) vs BDD (Behavior Driven Development)
  10. Урок 10. 00:06:47
    Testing Library and Accessibility
  11. Урок 11. 00:03:24
    Overall Course Plan
  12. Урок 12. 00:10:57
    Start Color Button App
  13. Урок 13. 00:07:44
    Test that Finds Button by Role and Clicks Button
  14. Урок 14. 00:06:29
    OPTIONAL React Code: Click Button to Change Color
  15. Урок 15. 00:01:22
    Manual Acceptance Testing
  16. Урок 16. 00:06:07
    Test Initial Condition of Button and Checkbox
  17. Урок 17. 00:03:36
    Introduction to Code Quizzes
  18. Урок 18. 00:02:32
    Code Quiz! Confirm Button Disable on Checkbox Check
  19. Урок 19. 00:03:36
    Code Quiz Solution: Confirm Button Disable on Checkbox Check
  20. Урок 20. 00:03:28
    Finding Checkbox with Label
  21. Урок 21. 00:03:26
    Code Quiz! Disabled Button Turns Gray
  22. Урок 22. 00:08:52
    Unit Testing Functions
  23. Урок 23. 00:02:45
    Code Quiz! Update Tests for New Color Names
  24. Урок 24. 00:02:12
    When to Unit Test
  25. Урок 25. 00:01:36
    Review: Simple App
  26. Урок 26. 00:03:50
    ESLint and Prettier
  27. Урок 27. 00:03:54
    ESLint for Testing Library and Jest-DOM
  28. Урок 28. 00:07:02
    Configure ESLint in VSCode
  29. Урок 29. 00:01:42
    Configure Prettier in VSCode
  30. Урок 30. 00:01:22
    Review: ESLint and Prettier
  31. Урок 31. 00:08:42
    Introduction to Sundaes on Demand
  32. Урок 32. 00:05:02
    ESLint and Prettier Setup
  33. Урок 33. 00:03:34
    React Bootstrap Setup
  34. Урок 34. 00:04:58
    Code Organization and Introduction to SummaryForm
  35. Урок 35. 00:05:41
    Code Quiz: Checkbox Enables Button
  36. Урок 36. 00:02:16
    OPTIONAL React Code: SummaryForm Checkbox and Button
  37. Урок 37. 00:06:31
    React Bootstrap Popover and Testing Library userEvent
  38. Урок 38. 00:05:05
    Screen Query Methods
  39. Урок 39. 00:08:59
    Testing Element is Not on Page: Start Popover Tests
  40. Урок 40. 00:03:08
    OPTIONAL React Code: Popover
  41. Урок 41. 00:06:10
    "Not wrapped in act(...)" Error, Async Disappearance
  42. Урок 42. 00:02:54
    Review: Summary Form
  43. Урок 43. 00:02:33
    OrderEntry Server Data Introduction
  44. Урок 44. 00:08:47
    Introduction to Mock Service Worker and Handlers
  45. Урок 45. 00:03:55
    Setting up the Mock Service Worker Server
  46. Урок 46. 00:08:38
    Tests with Mock Service Worker: Scoop Options
  47. Урок 47. 00:13:50
    OPTIONAL React Code: Options and ScoopOption Components
  48. Урок 48. 00:03:16
    Using `await findBy` to Find Elements that Populate Asynchronously
  49. Урок 49. 00:07:53
    Code Quiz! Topping Options from Server
  50. Урок 50. 00:03:41
    Error Server Response Planning
  51. Урок 51. 00:09:29
    Simulating Server Error Response in Tests
  52. Урок 52. 00:07:06
    OPTIONAL React Code: Alert Banner for Options Server Error
  53. Урок 53. 00:06:21
    Running only Selected Tests, and `waitFor`
  54. Урок 54. 00:02:15
    Review: Server Error Response and Test Debugging Tools
  55. Урок 55. 00:01:01
    Intro to Tests for Total and Subtotals
  56. Урок 56. 00:10:48
    Entering Text Input: Subtotal Tests
  57. Урок 57. 00:25:13
    OPTIONAL React Code: OrderDetails Context
  58. Урок 58. 00:16:41
    OPTIONAL React Code: Use Context to Display Scoops Subtotal
  59. Урок 59. 00:08:57
    Adding Context to Test Setup; Test Catching Error in Code
  60. Урок 60. 00:07:41
    Creating Custom Render to Wrap in Provider By Default
  61. Урок 61. 00:02:04
    Review: Scoops Subtotal with Context
  62. Урок 62. 00:07:02
    Code Quiz! Toppings Subtotal
  63. Урок 63. 00:03:18
    OPTIONAL React Code: Toppings Checkboxes
  64. Урок 64. 00:11:31
    Code Quiz! Grand Total
  65. Урок 65. 00:06:25
    "Unmounted Component" Error
  66. Урок 66. 00:07:32
    What Should Functional Tests Catch? and Refactor
  67. Урок 67. 00:07:05
    Introduction to Final Exam: Order Phases
  68. Урок 68. 00:03:18
    Adding a New Handler: Copy/Paste Warning!
  69. Урок 69. 00:06:53
    Debugging Tips
  70. Урок 70. 00:04:07
    OPTIONAL React Hints for Order Phase Coding
  71. Урок 71. 00:04:44
    Final Exam Solution
  72. Урок 72. 00:06:47
    OPTIONAL React Code: Order Phases
  73. Урок 73. 00:04:41
    Jest Mock Functions as Props
  74. Урок 74. 00:04:05
    Review: Final Exam, and Introduction to Optional Practice
  75. Урок 75. 00:06:38
    Standard Questions for New Tests and Introduction to Exercises
  76. Урок 76. 00:03:28
    Confirm "Loading" Text
  77. Урок 77. 00:04:06
    Conditional Toppings Section on Summary Page
  78. Урок 78. 00:03:50
    Disable Order Button if No Scoops Ordered
  79. Урок 79. 00:10:40
    Red Input Box for Invalid Scoop Count
  80. Урок 80. 00:04:13
    No Scoops Subtotal Update for Invalid Scoop Count
  81. Урок 81. 00:05:48
    Server Error on Order Confirmation Page
  82. Урок 82. 00:00:53
    Congratulations and Thank You!