Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing React Apps with React Testing Library, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:23
    Introduction
  2. Урок 2. 00:01:41
    Prerequisites
  3. Урок 3. 00:01:47
    Course Structure
  4. Урок 4. 00:01:53
    How to Take this Course
  5. Урок 5. 00:01:01
    Setting Up the Development Environment
  6. Урок 6. 00:05:57
    Setting Up the Starter Project
  7. Урок 7. 00:03:49
    Setting Up Vitest
  8. Урок 8. 00:02:59
    Setting Up React Testing Library
  9. Урок 9. 00:00:59
    Introduction
  10. Урок 10. 00:03:17
    What to Test
  11. Урок 11. 00:08:42
    Testing Rendering
  12. Урок 12. 00:03:04
    Simplifying Test Setup
  13. Урок 13. 00:05:37
    Exercise- Testing UserAccount
  14. Урок 14. 00:06:06
    Testing Lists
  15. Урок 15. 00:04:22
    Exercise- Testing ProductImageGallery
  16. Урок 16. 00:08:57
    Testing User Interactions
  17. Урок 17. 00:11:13
    Exercise- Testing ExpandableText
  18. Урок 18. 00:03:02
    Simplifying Tests
  19. Урок 19. 00:08:36
    Exercise- Testing SearchBox
  20. Урок 20. 00:04:17
    Testing Asynchronous Code
  21. Урок 21. 00:03:50
    Exercise- Testing ToastDemo
  22. Урок 22. 00:09:48
    Working with Component Libraries
  23. Урок 23. 00:03:51
    Exercise- Simplifying Code
  24. Урок 24. 00:09:35
    Exercise- Testing OrderStatusSelector
  25. Урок 25. 00:01:48
    Is Unit Testing Worth It
  26. Урок 26. 00:02:25
    Catching Common Issues with ESLint
  27. Урок 27. 00:00:39
    Introduction
  28. Урок 28. 00:06:54
    Setting Up Mock Service Worker
  29. Урок 29. 00:06:25
    Testing Data Fetching
  30. Урок 30. 00:12:29
    Exercise- Testing Data Fetching
  31. Урок 31. 00:02:37
    Generating Fake Data
  32. Урок 32. 00:10:05
    Mocking Data
  33. Урок 33. 00:03:04
    Exercise- Mocking Data
  34. Урок 34. 00:01:58
    Testing Errors
  35. Урок 35. 00:01:33
    Exercise- Testing Errors
  36. Урок 36. 00:05:44
    Testing the Loading State
  37. Урок 37. 00:00:25
    Exercise- Testing the Loading State
  38. Урок 38. 00:08:36
    Refactoring- Using React Query
  39. Урок 39. 00:03:21
    Wrapping Components for Testing
  40. Урок 40. 00:04:31
    Exercise- Using React Query
  41. Урок 41. 00:02:12
    Exercise- Testing BrowseProductsPage
  42. Урок 42. 00:10:16
    Exercise- Testing Loading Skeletons
  43. Урок 43. 00:05:47
    Exercise- Testing Error Handling
  44. Урок 44. 00:13:28
    Exercise- Testing Data Rendering
  45. Урок 45. 00:08:37
    Exercise- Refactoring Tests
  46. Урок 46. 00:07:35
    Exercise- Testing Filtering
  47. Урок 47. 00:10:25
    Exercise- Refactoring Tests
  48. Урок 48. 00:02:33
    Code Coverage
  49. Урок 49. 00:08:20
    Exercise- Refactoring with React Query
  50. Урок 50. 00:06:40
    Exercise- Extracting CategorySelect
  51. Урок 51. 00:03:19
    Exercise- Extracting ProductTable
  52. Урок 52. 00:00:35
    Introduction
  53. Урок 53. 00:01:39
    What to Test
  54. Урок 54. 00:08:39
    Testing Rendering
  55. Урок 55. 00:03:51
    Exercise- Testing Initial Data
  56. Урок 56. 00:06:27
    Exercise- Refactoring Tests
  57. Урок 57. 00:03:17
    Exercise- Testing Focus
  58. Урок 58. 00:03:30
    Testing Validation Rules
  59. Урок 59. 00:03:47
    Parameterizing Tests
  60. Урок 60. 00:03:55
    Exercise- Testing Validation Rules
  61. Урок 61. 00:10:47
    Exercise- Extracting a Function for Filling Forms
  62. Урок 62. 00:03:57
    Resolving the Act Warning
  63. Урок 63. 00:07:30
    Exercise- Testing Form Submission
  64. Урок 64. 00:03:26
    Testing Form Feedback
  65. Урок 65. 00:00:36
    Introduction
  66. Урок 66. 00:00:39
    What to Test
  67. Урок 67. 00:10:50
    Exercise- Testing Components that Use Context
  68. Урок 68. 00:17:34
    Exercise- Testing Quantity Selector
  69. Урок 69. 00:06:06
    Exercise- Extracting Utility Functions
  70. Урок 70. 00:03:30
    Exercise- Testing Components that Use Redux
  71. Урок 71. 00:04:50
    Exercise- Replacing Redux with React Query
  72. Урок 72. 00:00:23
    Introduction
  73. Урок 73. 00:01:23
    What to Test
  74. Урок 74. 00:05:14
    Mocking the Authentication Status
  75. Урок 75. 00:05:06
    Exercise- Testing AuthStatus
  76. Урок 76. 00:00:19
    Introduction
  77. Урок 77. 00:00:28
    What to Test
  78. Урок 78. 00:07:42
    Testing Routes
  79. Урок 79. 00:02:56
    Extracting navigateTo
  80. Урок 80. 00:03:00
    Exercise- Testing Routes with Parameters
  81. Урок 81. 00:00:51
    Exercise- Testing Invalid Routes
  82. Урок 82. 00:03:01
    Testing Protected Routes
  83. Урок 83. 00:04:34
    Exercise- Testing ProductDetailPage
  84. Урок 84. 00:00:26
    Course Wrap Up