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