Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Web Automation and Testing using Playwright, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:51
    Welcome to the course
  2. Урок 2. 00:04:11
    Introduction to Playwright
  3. Урок 3. 00:05:06
    Setup
  4. Урок 4. 00:04:11
    Core Concepts
  5. Урок 5. 00:05:53
    Basic Script
  6. Урок 6. 00:01:09
    Introduction
  7. Урок 7. 00:13:19
    Identifying Web Elements
  8. Урок 8. 00:14:24
    Interacting with Web Elements
  9. Урок 9. 00:08:07
    Extracting Element Attributes
  10. Урок 10. 00:05:14
    Assertions
  11. Урок 11. 00:06:13
    Navigation
  12. Урок 12. 00:06:37
    Waits and Timeouts
  13. Урок 13. 00:00:31
    Introduction
  14. Урок 14. 00:03:58
    Capture Screenshots and Videos
  15. Урок 15. 00:04:01
    Multi-Page Scenarios
  16. Урок 16. 00:05:00
    Upload and Download Files
  17. Урок 17. 00:02:48
    Reuse authentication state - Cookie/token-based authentication
  18. Урок 18. 00:04:31
    Handling Alerts, Prompts and Confirm Dialogs
  19. Урок 19. 00:05:39
    Device and Environment Emulation
  20. Урок 20. 00:05:57
    Playwright CLI
  21. Урок 21. 00:06:03
    Debugging Tools
  22. Урок 22. 00:04:56
    Debugging Tool: Playwright Inspector
  23. Урок 23. 00:00:55
    Interactive Playground
  24. Урок 24. 00:01:33
    Script Recorder
  25. Урок 25. 00:04:38
    Get cssSelector and XPath with ease using SelectorsHub
  26. Урок 26. 00:05:41
    Active Monitoring using Checkly
  27. Урок 27. 00:01:40
    Generating PDF of Webpage
  28. Урок 28. 00:01:18
    Introduction
  29. Урок 29. 00:03:38
    Setup & First Script
  30. Урок 30. 00:14:59
    Explore Playwright Test
  31. Урок 31. 00:07:49
    Configuration
  32. Урок 32. 00:04:44
    Parallelism and Sharding
  33. Урок 33. 00:03:51
    Reporters
  34. Урок 34. 00:01:22
    Introduction
  35. Урок 35. 00:03:12
    Jest-Playwright Setup
  36. Урок 36. 00:03:48
    First Test using Jest-Playwright
  37. Урок 37. 00:13:19
    Exploring Jest-Playwright
  38. Урок 38. 00:05:32
    Generating HTML Report
  39. Урок 39. 00:03:28
    Introduction and Setup
  40. Урок 40. 00:06:59
    Project Setup and First Script
  41. Урок 41. 00:03:23
    Parallel Execution
  42. Урок 42. 00:01:25
    Introduction
  43. Урок 43. 00:09:23
    QA Wolf - Record and Playback style
  44. Урок 44. 00:05:18
    Page Object Model
  45. Урок 45. 00:02:13
    Data Driven Approach
  46. Урок 46. 00:06:03
    Cucumber
  47. Урок 47. 00:03:36
    Troubleshooting Tests
  48. Урок 48. 00:07:43
    Allure Report
  49. Урок 49. 00:07:32
    Assertions using expect-playwright
  50. Урок 50. 00:13:17
    CodeceptJS - end to end test framework [ includes parallel test execution ]
  51. Урок 51. 00:04:09
    GitHub Actions
  52. Урок 52. 00:05:41
    Azure DevOps
  53. Урок 53. 00:03:01
    GitLab
  54. Урок 54. 00:01:00
    Introduction
  55. Урок 55. 00:01:58
    Why do Testers need to learn JS
  56. Урок 56. 00:04:17
    What is JavaScript?
  57. Урок 57. 00:03:23
    Install Node.js & Code Editor (VS Code)
  58. Урок 58. 00:19:27
    JavaScript Basics
  59. Урок 59. 00:03:59
    NPM - Node Package Manager
  60. Урок 60. 00:15:25
    package.json
  61. Урок 61. 00:03:17
    NPX
  62. Урок 62. 00:05:13
    Arrow Functions
  63. Урок 63. 00:14:14
    JS Test Framework (Mocha) & Assertion Library (Chai)
  64. Урок 64. 00:03:46
    IIFE - Immediately Invoked Function Expression
  65. Урок 65. 00:08:26
    Callback, Promises, Async-Await