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