Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Pain Free Mocking with Jest, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:22
    Course Introduction
  2. Урок 2. 00:03:38
    Prerequisites
  3. Урок 3. 00:02:12
    Importance of automated testing
  4. Урок 4. 00:03:07
    The testing pyramid
  5. Урок 5. 00:02:08
    What is Jest
  6. Урок 6. 00:06:01
    Application setup
  7. Урок 7. 00:03:35
    What is unit test
  8. Урок 8. 00:02:59
    Entry and exit points
  9. Урок 9. 00:07:56
    First unit test
  10. Урок 10. 00:07:24
    Naming and organizing tests
  11. Урок 11. 00:01:39
    Exercise 1 (Testing for Hash Password Functions)
  12. Урок 12. 00:05:24
    Exercise 1 solution (Testing for Hash Password Functions)
  13. Урок 13. 00:02:53
    Set up Jest extension
  14. Урок 14. 00:04:36
    Introduction to Test Doubles
  15. Урок 15. 00:03:39
    Mock database
  16. Урок 16. 00:08:54
    Unit test express controller
  17. Урок 17. 00:02:18
    Exercise 2
  18. Урок 18. 00:04:06
    Exercise 2 solution
  19. Урок 19. 00:07:34
    Test coverage
  20. Урок 20. 00:02:10
    What is integration test
  21. Урок 21. 00:05:25
    Separate database for testing purposes
  22. Урок 22. 00:06:26
    Test HTTP endpoint
  23. Урок 23. 00:04:04
    Parallel tests and database connection
  24. Урок 24. 00:03:40
    Database connection and parallel tests
  25. Урок 25. 00:02:11
    Exercise 1 (Testing the Login Controller)
  26. Урок 26. 00:03:38
    Exercise 1 solution (Testing the Login Controller)
  27. Урок 27. 00:05:38
    Mock API integration using Jest
  28. Урок 28. 00:05:38
    Mock API integration using Nock
  29. Урок 29. 00:02:00
    Introduction to test containers
  30. Урок 30. 00:02:46
    Setup test containers
  31. Урок 31. 00:07:11
    How to mock the dynamic split join pattern
  32. Урок 32. 00:03:16
    How to mock slow network
  33. Урок 33. 00:03:40
    How to mock network failures
  34. Урок 34. 00:03:15
    Test costs and maintainability
  35. Урок 35. 00:03:24
    Version control checks
  36. Урок 36. 00:03:42
    Create CI/CD pipeline
  37. Урок 37. 00:01:32
    Note on code coverage
  38. Урок 38. 00:02:40
    Agile testing quadrant
  39. Урок 39. 00:01:32
    Conclusion