-
Урок 1.
00:10:21
Introduction
-
Урок 2.
00:04:56
Installing Playwright in MacOS (Same for Windows as well)
-
Урок 3.
00:12:15
Writing Simple getting started code with Playwright
-
Урок 4.
00:07:06
Working with Playwright CLI - An way to easily start automating in playwright
-
Урок 5.
00:10:13
Working with Playwright Inspector with CodeGen
-
Урок 6.
00:06:06
Understanding Playwright History
-
Урок 7.
00:00:58
Summary
-
Урок 8.
00:04:32
Introduction
-
Урок 9.
00:05:54
Understanding Playwright Browser Interface
-
Урок 10.
00:08:20
Understanding and working with BrowserContext
-
Урок 11.
00:06:04
Understanding Playwright UI Locators and different ways to identify them
-
Урок 12.
00:10:24
Working with different Locators
-
Урок 13.
00:02:13
Understanding Playwright UI Controls
-
Урок 14.
00:05:41
Recording UI Controls via Playwright CLI
-
Урок 15.
00:06:11
Understanding Playwright way to handle UI controls (Button/Text/Checkbox/Select)
-
Урок 16.
00:05:03
Playwright Auto wait and understanding Actionability
-
Урок 17.
00:02:17
Debugging Playwright code like breeze
-
Урок 18.
00:06:34
Breaking UI and verifying if Playwright auto-waits for the controls to appear
-
Урок 19.
00:01:37
Summary
-
Урок 20.
00:02:19
Introduction
-
Урок 21.
00:06:29
Perform Simple Login Operation with EA Employee App (Skippable content)
-
Урок 22.
00:05:04
Performing Mouse Hover operation
-
Урок 23.
00:06:41
Performing File Upload operation
-
Урок 24.
00:04:56
Cross-Browser Screenshot capture
-
Урок 25.
00:08:47
Working with Jest Puppeteer Test Runner
-
Урок 26.
00:00:50
Summary
-
Урок 27.
00:06:07
Introduction to Playwright Test Runner
-
Урок 28.
00:12:54
Understanding and Installing Playwright Test Runner
-
Урок 29.
00:11:08
Understanding Folio - An custom Test runner framework
-
Урок 30.
00:04:29
Accessing Test Fixture of Folio from Test (Spec) file
-
Урок 31.
00:03:41
Real-Time usage of Folio Test Fixture with Playwright
-
Урок 32.
00:08:34
Creating test fixture to extend BrowserOptions of Playwright
-
Урок 33.
00:04:47
Creating test fixture to extend ContextOptions of Playwright
-
Урок 34.
00:04:15
Assessing Folio Test Fixture as External file from Tests(Spec)
-
Урок 35.
00:04:57
Understanding Custom Test Runner parameters in Folio
-
Урок 36.
00:11:12
Creating custom Test runner parameters to run different browser test configs
-
Урок 37.
00:08:44
Skipping Test based on conditions in Playwright Test Runner
-
Урок 38.
00:01:04
Running ONLY specific Tests in Playwright Test Runner
-
Урок 39.
00:01:48
Introduction
-
Урок 40.
00:10:27
Page Tracing with Playwright
-
Урок 41.
00:04:58
Page Tracing with Screenshot and specific category
-
Урок 42.
00:06:15
Page Tracing and extract screenshot as output
-
Урок 43.
00:04:47
Video Recording of Test execution
-
Урок 44.
00:03:34
Generating PDF of Page
-
Урок 45.
00:02:55
Using Chrome from your local machine instead of Chromium of Playwright
-
Урок 46.
00:06:22
Browser Emulations with different device resolutions
-
Урок 47.
00:07:50
Network Interception of Pages
-
Урок 48.
00:07:38
Get Page Events and error logs from Chrome Dev Tools
-
Урок 49.
00:00:49
Summary
-
Урок 50.
00:10:40
Building our own Ad blocker with Network Interception
-
Урок 51.
00:04:05
Intercepting API server to set Mock data
-
Урок 52.
00:09:44
Intercepting API server to set Mock data and verify response
-
Урок 53.
00:05:47
Intercepting Production site and check interception behaviour
-
Урок 54.
00:04:01
Introduction
-
Урок 55.
00:05:12
Get Cookies from Site
-
Урок 56.
00:06:01
Set Cookies from Site
-
Урок 57.
00:06:38
Data driven testing on EA Employee App site
-
Урок 58.
00:04:09
Delete Dynamically created Row data from grid table
-
Урок 59.
00:06:18
Extract grid table data from UI
-
Урок 60.
00:07:14
Introduction
-
Урок 61.
00:06:22
Page Object Model with Playwright (JS)
-
Урок 62.
00:06:36
Page Object Model with Playwright (Contd)
-
Урок 63.
00:03:07
Running Test with Playwright code
-
Урок 64.
00:05:04
Introduction
-
Урок 65.
00:08:39
Playwright Java setup with IntelliJ and writing simple test
-
Урок 66.
00:07:04
Understanding Playwright Java binding indepth
-
Урок 67.
00:04:39
Network Interception with Playwright
-
Урок 68.
00:05:35
Framework browser Initialise and base structure creation
-
Урок 69.
00:02:47
Framework Config creation
-
Урок 70.
00:04:36
Framework Initialize creation
-
Урок 71.
00:03:26
Putting all the pieces together and run the Playwright Test
-
Урок 72.
00:09:37
Understanding and creating Page Object Model with Playwright Java
-
Урок 73.
00:03:42
Running EA Employee App test with Page Object Model (POM)
-
Урок 74.
00:03:37
Understanding and working with Page Navigation in Playwright
-
Урок 75.
00:05:00
Running complete test in POM model
-
Урок 76.
00:03:55
Creating custom configuration for the framework to read
-
Урок 77.
00:03:11
Running test with Custom Configuration
-
Урок 78.
00:02:50
Introduction
-
Урок 79.
00:03:28
Installation and getting started with Cucumber
-
Урок 80.
00:05:33
Implementing Step definition in cucumber
-
Урок 81.
00:03:38
Creating Cucumber Hooks
-
Урок 82.
00:02:51
Creating and working with DataTables
-
Урок 83.
00:07:24
Creating Cucumber Table Model builder
-
Урок 84.
00:03:35
Creating Cucumber Table transformers with @DataTableType annotations
-
Урок 85.
00:04:42
Generating Cucumber reports
-
Урок 86.
00:03:29
Introduction
-
Урок 87.
00:05:52
Installing and writing simple code with Playwright C#
-
Урок 88.
00:04:22
Understanding Playwright C# code
-
Урок 89.
00:06:10
Network Interception with Playwright
-
Урок 90.
00:01:01
Summary
-
Урок 91.
00:02:59
Introduction
-
Урок 92.
00:06:37
Creating Playwright C# Driver Method
-
Урок 93.
00:06:35
Page Object Model with Playwright C# - HomePage
-
Урок 94.
00:04:42
Page Object Model and Execution with Playwright C# - LoginPage
-
Урок 95.
00:06:06
Understanding and fixing Async C# issues
-
Урок 96.
00:06:13
BDD Specflow with Playwright C#
-
Урок 97.
00:07:03
Specflow Step definition implementation and execution
-
Урок 98.
00:05:41
Get Element property and resolving the async methods in Playwright C#
-
Урок 99.
00:08:12
Implementing Specflow Hooks
-
Урок 100.
00:02:40
Understanding Parallel execution of Playwright with NUnit and Specflow
-
Урок 101.
00:04:37
Parallel execution of Playwright tests in Specflow
-
Урок 102.
00:02:08
Introduction
-
Урок 103.
00:10:09
CI/CD Code for GitHub Actions to execute the Playwright Test
-
Урок 104.
00:03:47
Check-in code to GitHub Repo
-
Урок 105.
00:10:07
GitHub Action - Code Execution with Playwright Test Runner command
-
Урок 106.
00:04:35
GitHub Actions - Playwright Test with test artifacts
-
Урок 107.
00:05:35
Azure DevOps - Repo creation/Build Pipeline creation/Execution
-
Урок 108.
00:03:17
Azure DevOps - Playwright Folio with Browser params
-
Урок 109.
00:01:20
Introduction
-
Урок 110.
00:06:11
Working with iFrames in Playwright
-
Урок 111.
00:06:03
Working with Popup windows in Playwright
-
Урок 112.
00:07:18
Playwright Test Runner now inbuilt within Playwright Package and New features !