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