-
Урок 1.
00:08:46
Introduction and getting started with Puppeteer
-
Урок 2.
00:05:20
Installing Puppeteer in VS Code
-
Урок 3.
00:10:06
Writing super simple code with Puppeteer
-
Урок 4.
00:05:01
Working with Browsers and Pages in Puppeteer
-
Урок 5.
00:06:14
Working with connected and disconnected browsers in puppeteer
-
Урок 6.
00:09:28
Working with Keyboards and Mouse along with Mouse Hover
-
Урок 7.
00:12:18
Working with different Locators to identify UI elements from Page
-
Урок 8.
00:09:54
Working with Locator to navigate all pages in app and showing all menu texts
-
Урок 9.
00:10:01
Working with different Waiting Mechanism in Puppeteer
-
Урок 10.
00:07:43
Working with waits (Part B)
-
Урок 11.
00:09:43
Working with Page Traces
-
Урок 12.
00:06:03
Working with Page PDFs
-
Урок 13.
00:03:19
Working with Screenshots
-
Урок 14.
00:08:00
Working with Request Interceptions
-
Урок 15.
00:09:23
Working with Code coverage and Istanbul plugin
-
Урок 16.
00:06:47
Puppeteer Extended with Apify
-
Урок 17.
00:08:54
Record and Playback with Puppeteer
-
Урок 18.
00:11:31
Cross browser testing with Puppeteer (Firefox and Chrome)
-
Урок 19.
00:03:05
Introduction to Jest
-
Урок 20.
00:06:18
Jest Installation with VS Code
-
Урок 21.
00:06:21
Understanding and working with Jest Matchers
-
Урок 22.
00:11:09
Working with Jest-Puppeteer
-
Урок 23.
00:05:51
Working with Jest and Puppeteer but without Jest-Puppeteer
-
Урок 24.
00:05:47
Introduction to CucumberJS with BDD
-
Урок 25.
00:12:40
Writing CucumberJS code
-
Урок 26.
00:03:49
CucumberJS Sharing code context
-
Урок 27.
00:04:55
Working with CucumberJS World to share context (Part A)
-
Урок 28.
00:03:17
Working with CucumberJS World to share context (Part B)
-
Урок 29.
00:05:53
Working with CucumberJS Hooks
-
Урок 30.
00:06:16
Working with DataTable in CucumberJS
-
Урок 31.
00:04:30
Introduction to Page Object Model in Puppeteer
-
Урок 32.
00:08:29
Writing Page Object Model
-
Урок 33.
00:04:02
Introduction and Installation of Cucumber HTML Reporting for Puppeteer
-
Урок 34.
00:04:49
HTML Reporting options
-
Урок 35.
00:03:18
Generating HTML report for export
-
Урок 36.
00:05:37
Introduction
-
Урок 37.
00:07:14
Creating and working with JS Classes
-
Урок 38.
00:03:45
Installing Babel JS Compiler
-
Урок 39.
00:06:10
Creating Library - Browser Library
-
Урок 40.
00:05:27
Creating Library - Puppeteer helper Library
-
Урок 41.
00:04:38
Replacing existing classes with libraries
-
Урок 42.
00:05:47
Created Page Object Model with Class Property with Custom Puppeteer Helper lib part 1
-
Урок 43.
00:04:29
Created Page Object Model with Class Property with Custom Puppeteer Helper lib part 2
-
Урок 44.
00:12:03
Working with XPath and resolving common mistakes
-
Урок 45.
00:05:51
Working with FileUpload
-
Урок 46.
00:05:47
Debugging test code with VSCode
-
Урок 47.
00:07:09
Working with Accessibility testing with Puppeteer
-
Урок 48.
00:04:19
Device Emulation testing
-
Урок 49.
00:07:28
Working with MultiSelect using Puppeteer v2.0
-
Урок 50.
00:06:15
Introduction to CodeceptJS
-
Урок 51.
00:07:55
Installing ang getting started with CodeceptJS
-
Урок 52.
00:10:07
Understanding CodeceptJS Syntax and using Puppeteer helper for CodeceptJS
-
Урок 53.
00:02:43
Generating report with CodeceptJS using Mochawesome
-
Урок 54.
00:10:22
BDD with CodeceptJS
-
Урок 55.
00:06:35
Parallel execution with CodeceptJS
-
Урок 56.
00:02:40
Introduction to Playwright
-
Урок 57.
00:04:09
Installing ang getting started with Playwright
-
Урок 58.
00:04:51
Writing code with Playwright
-
Урок 59.
00:02:14
Performing Hover operation
-
Урок 60.
00:02:45
Cross browser testing with Playwright
-
Урок 61.
00:04:18
CodeceptJS with Playwright
-
Урок 62.
00:08:16
File Upload in Playwright - Not like Puppeteer way !
-
Урок 63.
00:06:55
Playwright CLI - A new record and playback way to generate code
-
Урок 64.
00:03:04
Playwright Record video on test execution
-
Урок 65.
00:08:10
Introduction to Playwright Test Runner
-
Урок 66.
00:12:37
Understanding Playwright Test Runner
-
Урок 67.
00:11:08
Understanding Folio - An custom Test runner framework
-
Урок 68.
00:04:29
Accessing Test Fixture of Folio from Test (Spec) file
-
Урок 69.
00:03:41
Real-Time usage of Folio Test Fixture with Playwright
-
Урок 70.
00:08:34
Creating test fixture to extend BrowserOptions of Playwright
-
Урок 71.
00:04:47
Creating test fixture to extend ContextOptions of Playwright
-
Урок 72.
00:04:15
Assessing Folio Test Fixture as External file from Tests(Spec)
-
Урок 73.
00:04:57
Understanding Custom Test Runner parameters in Folio
-
Урок 74.
00:11:12
Creating custom Test runner parameters to run different browser test configs
-
Урок 75.
00:08:44
Skipping Test based on conditions in Playwright Test Runner
-
Урок 76.
00:01:04
Running ONLY specific Tests in Playwright Test Runner
-
Урок 77.
00:07:51
Network Interception without Folio Test Fixture
-
Урок 78.
00:09:30
Network Interception with Folio Test Fixture for reusability across Tests(Spec)