Удален по просьбе правообладателя
  1. Урок 1. 00:09:55
    Introduction
  2. Урок 2. 00:16:46
    What is Enterprise UI Development
  3. Урок 3. 00:06:15
    Tools for the Course
  4. Урок 4. 00:10:12
    Types of Tests
  5. Урок 5. 00:15:00
    Setup Unit Testing with Vitest
  6. Урок 6. 00:04:55
    Vitest UI
  7. Урок 7. 00:07:20
    Unit Testing Exercise
  8. Урок 8. 00:13:56
    Unit Testing Solution
  9. Урок 9. 00:12:26
    Async & Asymmetric Tests
  10. Урок 10. 00:05:47
    Asymmetric Matching Exercise
  11. Урок 11. 00:14:34
    Asymmetric Matching Solution
  12. Урок 12. 00:17:33
    GitHub Actions
  13. Урок 13. 00:07:18
    GitHub Actions UI
  14. Урок 14. 00:12:47
    Build Step & Branch Protection Rules
  15. Урок 15. 00:11:05
    Running Multiple Jobs
  16. Урок 16. 00:17:56
    Caching Dependencies
  17. Урок 17. 00:07:44
    Cache Configuration
  18. Урок 18. 00:05:14
    Component Testing Overview
  19. Урок 19. 00:06:31
    Component Testing Configuration
  20. Урок 20. 00:05:08
    Using Vitest Environments
  21. Урок 21. 00:13:14
    Interacting with the DOM
  22. Урок 22. 00:13:17
    Abstracting Rendering & User Events
  23. Урок 23. 00:16:21
    Counter Exercise & Solution
  24. Урок 24. 00:04:05
    Testing Project Exercise
  25. Урок 25. 00:08:33
    Testing Project: Input Field
  26. Урок 26. 00:09:46
    Testing Project: Disabled & Enabled Button
  27. Урок 27. 00:09:11
    Testing Project: Item in List
  28. Урок 28. 00:10:02
    Test Isolation
  29. Урок 29. 00:17:57
    Test Scope
  30. Урок 30. 00:12:17
    Automated Accessibility Testing with Ax
  31. Урок 31. 00:10:02
    Code Coverage
  32. Урок 32. 00:12:15
    Vitest Code Coverage Configuration
  33. Урок 33. 00:07:12
    Generating Artifacts Using GitHub Actions
  34. Урок 34. 00:07:39
    Generating Coverage Report Artifact
  35. Урок 35. 00:13:59
    Creating Mocks
  36. Урок 36. 00:06:55
    Spying on Methods
  37. Урок 37. 00:06:12
    Mocking Third-Party Libraries
  38. Урок 38. 00:14:39
    Mocking TIme
  39. Урок 39. 00:07:11
    Mocking API Requests
  40. Урок 40. 00:05:47
    Playwright Overview
  41. Урок 41. 00:11:12
    Playwright Setup
  42. Урок 42. 00:03:38
    Playwright Configuration
  43. Урок 43. 00:11:04
    Writing Playwright Tests
  44. Урок 44. 00:07:14
    Recording Tests
  45. Урок 45. 00:08:14
    Creating Screenshots
  46. Урок 46. 00:07:22
    Mocking APIs with Playwright
  47. Урок 47. 00:13:30
    Writing Custom ESLint Rules
  48. Урок 48. 00:10:52
    Husky & Lint-Staged
  49. Урок 49. 00:08:58
    Enforcing Standards Q&A
  50. Урок 50. 00:09:16
    Wrapping Up