Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Cypress End-to-End Testing - Getting Started, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:06
    Welcome To The Course!
  • Урок 2. 00:04:16
    What is Cypress & End-to-End Testing? And Why Should You Care?
  • Урок 3. 00:06:01
    Installing & Using Cypress
  • Урок 4. 00:02:12
    How Cypress Tests Are Organized & Stored
  • Урок 5. 00:02:52
    Adjusting Our First Test
  • Урок 6. 00:03:56
    Writing A More Realistic Test
  • Урок 7. 00:04:37
    About The Course
  • Урок 8. 00:01:25
    Module Introduction
  • Урок 9. 00:03:29
    Project Setup
  • Урок 10. 00:02:34
    Creating Suites & Tests
  • Урок 11. 00:03:34
    Visiting Pages inside of E2E Tests
  • Урок 12. 00:01:40
    Let the IDE (VS Code) Help You
  • Урок 13. 00:03:41
    Selecting Elements & Evaluating Test Results
  • Урок 14. 00:04:24
    Selecting By Text
  • Урок 15. 00:05:57
    Implicit and Explicit Assertions
  • Урок 16. 00:04:52
    get() vs find()
  • Урок 17. 00:01:54
    Why You Need To Simulate User Interaction
  • Урок 18. 00:08:20
    Simulating User Interaction
  • Урок 19. 00:04:13
    Proper Assertions Are Key!
  • Урок 20. 00:04:00
    Time To Practice!
  • Урок 21. 00:11:36
    Simulating Keyboard Typing & Writing Good Assertions
  • Урок 22. 00:03:46
    Checking For Partial Text
  • Урок 23. 00:07:36
    Selecting Dropdown Values
  • Урок 24. 00:02:02
    Cypress Tests Run In Isolation
  • Урок 25. 00:06:01
    Time For More Queries
  • Урок 26. 00:04:30
    Summary
  • Урок 27. 00:00:35
    Module Introduction
  • Урок 28. 00:01:42
    Project Setup
  • Урок 29. 00:07:31
    Selecting Elements - The Best Practice Way
  • Урок 30. 00:05:06
    Testing Page Navigation
  • Урок 31. 00:04:01
    More on Selecting Elements
  • Урок 32. 00:07:02
    Repetition and More Assertions
  • Урок 33. 00:02:02
    Chaining Commands
  • Урок 34. 00:03:01
    Working with Values & Aliases
  • Урок 35. 00:06:35
    Getting More Direct Element Access via then()
  • Урок 36. 00:03:16
    Simulating Special Key Presses
  • Урок 37. 00:06:48
    Another Example
  • Урок 38. 00:05:57
    Losing & Gaining Focus
  • Урок 39. 00:04:00
    Aliases In Action
  • Урок 40. 00:02:37
    Using Cypress Studio For Test Evaluation
  • Урок 41. 00:02:55
    Running Tests Without Cypress Studio & Working with Screenshots + Videos
  • Урок 42. 00:07:10
    Changing Subjects
  • Урок 43. 00:01:33
    Taking Screenshots
  • Урок 44. 00:03:27
    should() instead of then()
  • Урок 45. 00:04:22
    Summary
  • Урок 46. 00:01:12
    Module Introduction
  • Урок 47. 00:00:52
    Project Setup
  • Урок 48. 00:01:54
    The Global Config File
  • Урок 49. 00:02:49
    Understanding Timeouts
  • Урок 50. 00:01:31
    Global vs Local Config
  • Урок 51. 00:01:06
    Setting the Test Browser
  • Урок 52. 00:02:29
    Configuring the baseURL
  • Урок 53. 00:04:38
    Sharing Logic with Test Hooks
  • Урок 54. 00:01:34
    Introducing Custom Commands & Queries
  • Урок 55. 00:05:40
    Creating a Custom Command
  • Урок 56. 00:08:20
    Creating a Custom Query
  • Урок 57. 00:05:18
    Understanding Tasks
  • Урок 58. 00:03:00
    Summary
  • Урок 59. 00:00:53
    Module Introduction
  • Урок 60. 00:02:04
    Starting Project
  • Урок 61. 00:04:19
    Understanding the Problem
  • Урок 62. 00:02:39
    Understanding Stubs
  • Урок 63. 00:08:26
    Creating & Using a Stub
  • Урок 64. 00:05:13
    When Empty Stubs Are Not Enough
  • Урок 65. 00:07:26
    Adding a Fake Stub Implementation
  • Урок 66. 00:05:51
    Using Stubs Across Tests
  • Урок 67. 00:06:14
    Stubs with Return Values
  • Урок 68. 00:05:34
    Evaluating Stub Arguments
  • Урок 69. 00:06:38
    Using Fixtures
  • Урок 70. 00:03:54
    Understanding Spies
  • Урок 71. 00:04:20
    Creating & Using Spies
  • Урок 72. 00:05:55
    The Problem With Timers
  • Урок 73. 00:02:41
    Manipulating the Clock
  • Урок 74. 00:01:38
    Summary
  • Урок 75. 00:01:11
    Module Introduction
  • Урок 76. 00:03:56
    Starting Project
  • Урок 77. 00:05:48
    Writing a First (Problematic) Test
  • Урок 78. 00:02:14
    The Problem with Tests & Databases
  • Урок 79. 00:03:14
    Creating a Test Database
  • Урок 80. 00:05:28
    Seeding the Test Database Before Every Test
  • Урок 81. 00:04:35
    Another Database-dependent Test
  • Урок 82. 00:07:45
    Understanding & Using Interceptors
  • Урок 83. 00:01:27
    You Can't Always Use Interceptors
  • Урок 84. 00:02:19
    More Intercepting!
  • Урок 85. 00:05:52
    Testing APIs with Test Requests
  • Урок 86. 00:01:48
    Summary: Different Network Request Strategies
  • Урок 87. 00:08:06
    Testing Authentication Flows & Asserting Cookie Values
  • Урок 88. 00:02:24
    Adding a "Login" Test
  • Урок 89. 00:03:38
    Creating a Reusable Login Command
  • Урок 90. 00:07:53
    Accessing Interceptor Request & Response Data
  • Урок 91. 00:01:39
    Summary
  • Урок 92. 00:03:28
    Roundup & Next Steps