-
Урок 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:06:06
Understanding Playwright History
-
Урок 6.
00:00:58
Summary
-
Урок 7.
00:04:32
Introduction
-
Урок 8.
00:05:54
Understanding Playwright Browser Interface
-
Урок 9.
00:08:20
Understanding and working with BrowserContext
-
Урок 10.
00:06:04
Understanding Playwright UI Locators and different ways to identify them
-
Урок 11.
00:10:24
Working with different Locators
-
Урок 12.
00:02:13
Understanding Playwright UI Controls
-
Урок 13.
00:05:41
Recording UI Controls via Playwright CLI
-
Урок 14.
00:06:11
Understanding Playwright way to handle UI controls (Button/Text/Checkbox/Select)
-
Урок 15.
00:05:03
Playwright Auto wait and understanding Actionability
-
Урок 16.
00:02:17
Debugging Playwright code like breeze
-
Урок 17.
00:06:34
Breaking UI and verifying if Playwright auto-waits for the controls to appear
-
Урок 18.
00:01:37
Summary
-
Урок 19.
00:02:19
Introduction
-
Урок 20.
00:06:29
Perform Simple Login Operation with EA Employee App (Skippable content)
-
Урок 21.
00:05:04
Performing Mouse Hover operation
-
Урок 22.
00:06:41
Performing File Upload operation
-
Урок 23.
00:04:56
Cross-Browser Screenshot capture
-
Урок 24.
00:08:47
Working with Jest Puppeteer Test Runner
-
Урок 25.
00:00:50
Summary
-
Урок 26.
00:06:07
Introduction to Playwright Test Runner
-
Урок 27.
00:12:54
Understanding and Installing Playwright Test Runner
-
Урок 28.
00:11:08
Understanding Folio - An custom Test runner framework
-
Урок 29.
00:04:29
Accessing Test Fixture of Folio from Test (Spec) file
-
Урок 30.
00:03:41
Real-Time usage of Folio Test Fixture with Playwright
-
Урок 31.
00:08:34
Creating test fixture to extend BrowserOptions of Playwright
-
Урок 32.
00:04:47
Creating test fixture to extend ContextOptions of Playwright
-
Урок 33.
00:04:15
Assessing Folio Test Fixture as External file from Tests(Spec)
-
Урок 34.
00:04:57
Understanding Custom Test Runner parameters in Folio
-
Урок 35.
00:11:12
Creating custom Test runner parameters to run different browser test configs
-
Урок 36.
00:08:44
Skipping Test based on conditions in Playwright Test Runner
-
Урок 37.
00:01:04
Running ONLY specific Tests in Playwright Test Runner
-
Урок 38.
00:01:48
Introduction
-
Урок 39.
00:10:27
Page Tracing with Playwright
-
Урок 40.
00:04:58
Page Tracing with Screenshot and specific category
-
Урок 41.
00:06:15
Page Tracing and extract screenshot as output
-
Урок 42.
00:04:47
Video Recording of Test execution
-
Урок 43.
00:03:34
Generating PDF of Page
-
Урок 44.
00:02:55
Using Chrome from your local machine instead of Chromium of Playwright
-
Урок 45.
00:06:22
Browser Emulations with different device resolutions
-
Урок 46.
00:07:50
Network Interception of Pages
-
Урок 47.
00:07:38
Get Page Events and error logs from Chrome Dev Tools
-
Урок 48.
00:00:49
Summary
-
Урок 49.
00:10:40
Building our own Ad blocker with Network Interception
-
Урок 50.
00:04:05
Intercepting API server to set Mock data
-
Урок 51.
00:09:44
Intercepting API server to set Mock data and verify response
-
Урок 52.
00:05:47
Intercepting Production site and check interception behaviour
-
Урок 53.
00:04:01
Introduction
-
Урок 54.
00:05:12
Get Cookies from Site
-
Урок 55.
00:06:01
Set Cookies from Site
-
Урок 56.
00:06:38
Data driven testing on EA Employee App site
-
Урок 57.
00:04:09
Delete Dynamically created Row data from grid table
-
Урок 58.
00:06:18
Extract grid table data from UI
-
Урок 59.
00:07:14
Introduction
-
Урок 60.
00:06:22
Page Object Model with Playwright (JS)
-
Урок 61.
00:06:36
Page Object Model with Playwright (Contd)
-
Урок 62.
00:03:07
Running Test with Playwright code
-
Урок 63.
00:05:04
Introduction
-
Урок 64.
00:08:39
Playwright Java setup with IntelliJ and writing simple test
-
Урок 65.
00:07:04
Understanding Playwright Java binding indepth
-
Урок 66.
00:04:39
Network Interception with Playwright
-
Урок 67.
00:05:35
Framework browser Initialise and base structure creation
-
Урок 68.
00:02:47
Framework Config creation
-
Урок 69.
00:04:36
Framework Initialize creation
-
Урок 70.
00:03:26
Putting all the pieces together and run the Playwright Test
-
Урок 71.
00:09:37
Understanding and creating Page Object Model with Playwright Java
-
Урок 72.
00:03:42
Running EA Employee App test with Page Object Model (POM)
-
Урок 73.
00:03:37
Understanding and working with Page Navigation in Playwright
-
Урок 74.
00:05:00
Running complete test in POM model
-
Урок 75.
00:03:55
Creating custom configuration for the framework to read
-
Урок 76.
00:03:11
Running test with Custom Configuration
-
Урок 77.
00:03:29
Introduction
-
Урок 78.
00:05:52
Installing and writing simple code with Playwright C#
-
Урок 79.
00:04:22
Understanding Playwright C# code
-
Урок 80.
00:06:10
Network Interception with Playwright
-
Урок 81.
00:01:01
Summary