Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Automated Web Testing with JavaScript and Playwright, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:59
    Course Overview
  2. Урок 2. 00:13:45
    Install required software: custom web application, Node.js, Visual Studio Code
  3. Урок 3. 00:06:06
    Windows users only: Install git bash
  4. Урок 4. 00:08:07
    Project setup with npm init
  5. Урок 5. 00:13:33
    Explore the framework
  6. Урок 6. 00:13:30
    Functions and understanding the test frame
  7. Урок 7. 00:11:08
    Selectors and page interactions: Waiting for a button, clicking on a button
  8. Урок 8. 00:13:04
    Assert text changes
  9. Урок 9. 00:06:48
    Assert page navigation
  10. Урок 10. 00:04:58
    End-to-End Testing: Introduction
  11. Урок 11. 00:18:45
    Page Objects
  12. Урок 12. 00:13:20
    Accessing specific elements: Add three products to the basket via page object
  13. Урок 13. 00:05:50
    Accessing specific elements: Assert that the button changes text
  14. Урок 14. 00:12:15
    String conversion: Assert that the basket counter increases
  15. Урок 15. 00:07:44
    Nested page object method calls
  16. Урок 16. 00:05:41
    Move to checkout using navigation bar
  17. Урок 17. 00:16:55
    Iterating over multiple elements with .map() & String replacements
  18. Урок 18. 00:10:16
    Selecting specific elements out of multiple options
  19. Урок 19. 00:12:49
    Dropdowns
  20. Урок 20. 00:18:21
    Regular Expressions
  21. Урок 21. 00:09:59
    Form fields
  22. Урок 22. 00:10:56
    Third-party dependencies and UUIDs
  23. Урок 23. 00:03:36
    Method arguments - passing data into our page object from outside
  24. Урок 24. 00:12:29
    Form fields: Fill out delivery details
  25. Урок 25. 00:10:25
    Abstracting test data: Move user details into data-specific directory
  26. Урок 26. 00:10:48
    In-built retries: Counting elements
  27. Урок 27. 00:10:26
    Extracting input values
  28. Урок 28. 00:05:56
    Continue to payment page
  29. Урок 29. 00:11:19
    iframes: Grab discount code
  30. Урок 30. 00:10:34
    In-built retries: Input values
  31. Урок 31. 00:07:08
    Keyboard API: Simulating typing
  32. Урок 32. 00:15:21
    In-built retries: Text changes
  33. Урок 33. 00:12:54
    Form fields: Fill in credit card details
  34. Урок 34. 00:05:30
    Complete payment
  35. Урок 35. 00:05:10
    Mobile viewport setup
  36. Урок 36. 00:10:58
    Conditional actions: Adding a product to the basket in mobile
  37. Урок 37. 00:08:56
    Conditional actions: Adjustments to not impact the desktop tests
  38. Урок 38. 00:13:32
    Utility functions: Move to checkout using mobile navigation drawer
  39. Урок 39. 00:02:56
    Advanced Techniques: Introduction
  40. Урок 40. 00:09:56
    Cookies and browser storage
  41. Урок 41. 00:05:51
    My Account page
  42. Урок 42. 00:12:11
    API/Network requests with third-party dependencies, handling JSON - Part 1
  43. Урок 43. 00:06:58
    API/Network requests, handling JSON - Part 2
  44. Урок 44. 00:13:30
    Page scripts: Injecting cookies into the browser
  45. Урок 45. 00:05:57
    Reusable API helpers
  46. Урок 46. 00:09:09
    Environment variables
  47. Урок 47. 00:07:31
    globalSetup: Calling functions before all tests
  48. Урок 48. 00:15:29
    Mocking network requests
  49. Урок 49. 00:02:04
    CI Systems: Introduction
  50. Урок 50. 00:02:41
    Mac users only: Installing git
  51. Урок 51. 00:02:56
    Sign up for GitHub
  52. Урок 52. 00:07:10
    Authentication with SSH key
  53. Урок 53. 00:03:50
    Preparing the project before push to GitHub
  54. Урок 54. 00:08:24
    Upload project to GitHub
  55. Урок 55. 00:12:49
    GitHub Actions: First step
  56. Урок 56. 00:10:43
    GitHub Actions pipeline: Commands to execute tests
  57. Урок 57. 00:08:34
    GitHub Actions: Secrets
  58. Урок 58. 00:01:49
    Goodbye
  59. Урок 59. 00:24:15
    UI Mode