Download link
File List
-
0. Websites you may like/[CourseClub.Me].url 122 B
0. Websites you may like/[GigaCourse.Com].url 49 B
01 - Introduction to Playwright Automation & Course expectations/001 Introduction to Playwright Features - Part 1.mp4 90.03 MB
01 - Introduction to Playwright Automation & Course expectations/001 Introduction to Playwright Features - Part 1_en.vtt 13.09 KB
01 - Introduction to Playwright Automation & Course expectations/002 Introduction to Playwright Features - Part 2.mp4 88.12 MB
01 - Introduction to Playwright Automation & Course expectations/002 Introduction to Playwright Features - Part 2_en.vtt 12.21 KB
01 - Introduction to Playwright Automation & Course expectations/003 How this Course is designed Topics Breakup.mp4 20.85 MB
01 - Introduction to Playwright Automation & Course expectations/003 How this Course is designed Topics Breakup_en.vtt 4.46 KB
01 - Introduction to Playwright Automation & Course expectations/004 Install Node.js & Visual Studio for setting up Playwright Environment.mp4 55.15 MB
01 - Introduction to Playwright Automation & Course expectations/004 Install Node.js & Visual Studio for setting up Playwright Environment_en.vtt 9.65 KB
02 - Getting started with Playwright Automation Core concepts/001 Where to download code files.html 104 B
02 - Getting started with Playwright Automation Core concepts/002 Create npm Project and install Playwright dependencies for testing.mp4 36.49 MB
02 - Getting started with Playwright Automation Core concepts/002 Create npm Project and install Playwright dependencies for testing_en.vtt 9.7 KB
02 - Getting started with Playwright Automation Core concepts/003 Importance of Playwright Test Annotation and async await understanding.mp4 42.5 MB
02 - Getting started with Playwright Automation Core concepts/003 Importance of Playwright Test Annotation and async await understanding_en.vtt 11.05 KB
02 - Getting started with Playwright Automation Core concepts/004 What is browser context and Page fixtures in Playwright - Example.mp4 97.54 MB
02 - Getting started with Playwright Automation Core concepts/004 What is browser context and Page fixtures in Playwright - Example_en.vtt 18.11 KB
02 - Getting started with Playwright Automation Core concepts/005 Importance of Playwright configuration file and its details to run the tests.mp4 105.82 MB
02 - Getting started with Playwright Automation Core concepts/005 Importance of Playwright configuration file and its details to run the tests_en.vtt 17.75 KB
02 - Getting started with Playwright Automation Core concepts/006 Running Playwright tests in multiple browsers - chrome, Firefox 7 Webkit.mp4 94.12 MB
02 - Getting started with Playwright Automation Core concepts/006 Running Playwright tests in multiple browsers - chrome, Firefox 7 Webkit_en.vtt 14.49 KB
02 - Getting started with Playwright Automation Core concepts/[CourseClub.Me].url 122 B
02 - Getting started with Playwright Automation Core concepts/[GigaCourse.Com].url 49 B
03 - Playwright Basic methods for Web Automation testing with examples/001 Locators supported by playwright and how to type into elements on page.mp4 116.97 MB
03 - Playwright Basic methods for Web Automation testing with examples/001 Locators supported by playwright and how to type into elements on page_en.vtt 15.71 KB
03 - Playwright Basic methods for Web Automation testing with examples/002 Extracting the text from browser and inserting valid expect assertions in test.mp4 110.68 MB
03 - Playwright Basic methods for Web Automation testing with examples/002 Extracting the text from browser and inserting valid expect assertions in test_en.vtt 16.54 KB
03 - Playwright Basic methods for Web Automation testing with examples/003 How to work with locators which extract multiple webelements in page.mp4 103.16 MB
03 - Playwright Basic methods for Web Automation testing with examples/003 How to work with locators which extract multiple webelements in page_en.vtt 13.35 KB
03 - Playwright Basic methods for Web Automation testing with examples/004 Understanding how wait mechanism works if list of elements are returned.mp4 93.17 MB
03 - Playwright Basic methods for Web Automation testing with examples/004 Understanding how wait mechanism works if list of elements are returned_en.vtt 13.42 KB
03 - Playwright Basic methods for Web Automation testing with examples/005 Techniques to wait dynamically for new page in Service based applications.mp4 192.03 MB
03 - Playwright Basic methods for Web Automation testing with examples/005 Techniques to wait dynamically for new page in Service based applications_en.vtt 26.21 KB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/001 Handling static Select dropdown options with Playwright.mp4 97.35 MB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/001 Handling static Select dropdown options with Playwright_en.vtt 12.33 KB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/002 Selecting radio buttons, Checkboxes and implement expect assertions.mp4 66.67 MB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/002 Selecting radio buttons, Checkboxes and implement expect assertions_en.vtt 9.92 KB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/003 Using async await with Assertions and understand validating the attributes.mp4 83.2 MB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/003 Using async await with Assertions and understand validating the attributes_en.vtt 9.57 KB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/004 Handling Child windows & Tabs with Playwright by switching browser context.mp4 147.55 MB
04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/004 Handling Child windows & Tabs with Playwright by switching browser context_en.vtt 18.9 KB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/001 What is Playwright Inspector And how to debug the playwright script.mp4 96.5 MB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/001 What is Playwright Inspector And how to debug the playwright script_en.vtt 12.1 KB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/002 Codegen tool to record & Playback with generated automation script.mp4 53.25 MB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/002 Codegen tool to record & Playback with generated automation script_en.vtt 7.81 KB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/003 Detailed view of Test Traces, HTML reports, logs & Screenshots for test results.mp4 108.91 MB
05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/003 Detailed view of Test Traces, HTML reports, logs & Screenshots for test results_en.vtt 17.03 KB
06 - End to End Web Automation Practice Exercise with Playwright/001 Demo of the Application and Test Scenarios which needs to be automated.mp4 30.46 MB
06 - End to End Web Automation Practice Exercise with Playwright/001 Demo of the Application and Test Scenarios which needs to be automated_en.vtt 5.08 KB
06 - End to End Web Automation Practice Exercise with Playwright/002 Write the Script to dynamically find the product to buy from list of products.mp4 153.65 MB
06 - End to End Web Automation Practice Exercise with Playwright/002 Write the Script to dynamically find the product to buy from list of products_en.vtt 18.77 KB
06 - End to End Web Automation Practice Exercise with Playwright/003 Add assertions for the actions performed and implement necessary Sync steps.mp4 167.18 MB
06 - End to End Web Automation Practice Exercise with Playwright/003 Add assertions for the actions performed and implement necessary Sync steps_en.vtt 24.47 KB
06 - End to End Web Automation Practice Exercise with Playwright/004 Handling Auto suggestive dropdown options with playwright - Example.mp4 131.78 MB
06 - End to End Web Automation Practice Exercise with Playwright/004 Handling Auto suggestive dropdown options with playwright - Example_en.vtt 18.92 KB
06 - End to End Web Automation Practice Exercise with Playwright/005 Complete E2E flow of Placing the order and grab the OrderID with Playwright.mp4 79.96 MB
06 - End to End Web Automation Practice Exercise with Playwright/005 Complete E2E flow of Placing the order and grab the OrderID with Playwright_en.vtt 10.28 KB
06 - End to End Web Automation Practice Exercise with Playwright/006 Dynamically find the order from OrderHistory page using Playwright Script logic.mp4 157.81 MB
06 - End to End Web Automation Practice Exercise with Playwright/006 Dynamically find the order from OrderHistory page using Playwright Script logic_en.vtt 19.61 KB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/001 How to validate if element is hidden, displayed mode with Expect assertions.mp4 69.32 MB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/001 How to validate if element is hidden, displayed mode with Expect assertions_en.vtt 11.04 KB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/002 How to automate JavaJavaScript Alert popups with Playwright.mp4 71.79 MB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/002 How to automate JavaJavaScript Alert popups with Playwright_en.vtt 9.75 KB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/003 How to handle & Automate frames with Playwright - Example.mp4 120.84 MB
07 - Handling Web dialogs, Frames & Event listeners with Playwright/003 How to handle & Automate frames with Playwright - Example_en.vtt 14.19 KB
08 - API Testing with Playwright and Build mix of Web & API tests/001 understanding the importance of API integration calls for Web tests.mp4 93.23 MB
08 - API Testing with Playwright and Build mix of Web & API tests/001 understanding the importance of API integration calls for Web tests_en.vtt 13.91 KB
08 - API Testing with Playwright and Build mix of Web & API tests/002 Playwright request method to make API calls and grab response - Example.mp4 122.59 MB
08 - API Testing with Playwright and Build mix of Web & API tests/002 Playwright request method to make API calls and grab response - Example_en.vtt 17.75 KB
08 - API Testing with Playwright and Build mix of Web & API tests/003 Parsing API response & passing token to browser local storage with Playwright.mp4 83.11 MB
08 - API Testing with Playwright and Build mix of Web & API tests/003 Parsing API response & passing token to browser local storage with Playwright_en.vtt 12.51 KB
08 - API Testing with Playwright and Build mix of Web & API tests/004 Place order API to create order and bypass the flow in UI with mix of webAPI.mp4 75.76 MB
08 - API Testing with Playwright and Build mix of Web & API tests/004 Place order API to create order and bypass the flow in UI with mix of webAPI_en.vtt 12.83 KB
08 - API Testing with Playwright and Build mix of Web & API tests/005 End to end validation with mix of API & Web concepts - Reduce test time.mp4 126.83 MB
08 - API Testing with Playwright and Build mix of Web & API tests/005 End to end validation with mix of API & Web concepts - Reduce test time_en.vtt 17.9 KB
08 - API Testing with Playwright and Build mix of Web & API tests/006 Refactor API calls from utils folder and isolate from Web test logic.mp4 115.72 MB
08 - API Testing with Playwright and Build mix of Web & API tests/006 Refactor API calls from utils folder and isolate from Web test logic_en.vtt 16.93 KB
08 - API Testing with Playwright and Build mix of Web & API tests/007 Part 2 - Refactor API calls from utils folder and isolate from Web test logic.mp4 75.53 MB
08 - API Testing with Playwright and Build mix of Web & API tests/007 Part 2 - Refactor API calls from utils folder and isolate from Web test logic_en.vtt 11.15 KB
08 - API Testing with Playwright and Build mix of Web & API tests/[CourseClub.Me].url 122 B
08 - API Testing with Playwright and Build mix of Web & API tests/[GigaCourse.Com].url 49 B
09 - Session storage & Intercepting Network requestresponses with Playwright/001 How to save session storage using Playwright and inject into new Browser context.mp4 148.42 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/001 How to save session storage using Playwright and inject into new Browser context_en.vtt 21.24 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/002 How to debug the API steps in script using Visual code debugging.mp4 67.84 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/002 How to debug the API steps in script using Visual code debugging_en.vtt 10.17 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/003 Detailed view of Trace viewer to understand the API logging reqresponses.mp4 36.95 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/003 Detailed view of Trace viewer to understand the API logging reqresponses_en.vtt 6.12 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/004 How to intercept Network response calls with Playwright route method.mp4 85.41 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/004 How to intercept Network response calls with Playwright route method_en.vtt 13.66 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/005 Understand the playwright route method and its parameters in intercepting - demo.mp4 163.49 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/005 Understand the playwright route method and its parameters in intercepting - demo_en.vtt 22.82 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/006 How to intercept Network request calls with Playwright - Example demo.mp4 155.38 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/006 How to intercept Network request calls with Playwright - Example demo_en.vtt 22.31 KB
09 - Session storage & Intercepting Network requestresponses with Playwright/007 How to abort the Network calls with Playwright - Examples.mp4 152.19 MB
09 - Session storage & Intercepting Network requestresponses with Playwright/007 How to abort the Network calls with Playwright - Examples_en.vtt 18.48 KB
10 - Perform Visual Testing with Playwright Algorithms/001 Capture Screenshots with Playwright on page & partial Element level - Demo.mp4 51.93 MB
10 - Perform Visual Testing with Playwright Algorithms/001 Capture Screenshots with Playwright on page & partial Element level - Demo_en.vtt 7.58 KB
10 - Perform Visual Testing with Playwright Algorithms/002 What is visual testing & How to perform it using Playwright.mp4 82.61 MB
10 - Perform Visual Testing with Playwright Algorithms/002 What is visual testing & How to perform it using Playwright_en.vtt 11.66 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/001 What is page object pattern & Importance of its implementation.mp4 115.25 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/001 What is page object pattern & Importance of its implementation_en.vtt 16.23 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/002 Creating Page objects and action methods for end to end Script - Part 1.mp4 102.33 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/002 Creating Page objects and action methods for end to end Script - Part 1_en.vtt 12.34 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/003 Creating Page objects and action methods for end to end Script - Part 2.mp4 68.03 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/003 Creating Page objects and action methods for end to end Script - Part 2_en.vtt 9.62 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/004 Assignment Solution - Converting Page object Model Project.mp4 47.51 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/004 Assignment Solution - Converting Page object Model Project_en.vtt 6.73 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/004 PlayWrightAutomation.zip 32.72 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/005 How to drive the data from external json files to playwright tests.mp4 82.66 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/005 How to drive the data from external json files to playwright tests_en.vtt 12.46 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/006 Implementing Parameterization in running tests with different data sets.mp4 62.52 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/006 Implementing Parameterization in running tests with different data sets_en.vtt 9.11 KB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/007 How to pass test data as fixture by extend test annotation behaviour.mp4 81.03 MB
11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/007 How to pass test data as fixture by extend test annotation behaviour_en.vtt 12.42 KB
12 - Project Configurations, & Config options for robust Framework design/001 various options in use property & setting up Project configurations.mp4 66.87 MB
12 - Project Configurations, & Config options for robust Framework design/001 various options in use property & setting up Project configurations_en.vtt 12.16 KB
12 - Project Configurations, & Config options for robust Framework design/002 View port Property on emulating browser to mobile devices with playwright.mp4 66.22 MB
12 - Project Configurations, & Config options for robust Framework design/002 View port Property on emulating browser to mobile devices with playwright_en.vtt 9.17 KB
12 - Project Configurations, & Config options for robust Framework design/003 Screenshots, Videos, Traces & SSL certification options setting in Config file.mp4 57.87 MB
12 - Project Configurations, & Config options for robust Framework design/003 Screenshots, Videos, Traces & SSL certification options setting in Config file_en.vtt 8.02 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/001 how to fix flaky tests with test retry option in playwright config file.mp4 41.98 MB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/001 how to fix flaky tests with test retry option in playwright config file_en.vtt 8.86 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/002 Understand how playwright run tests in serial & parallel mode and update setting.mp4 74.69 MB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/002 Understand how playwright run tests in serial & parallel mode and update setting_en.vtt 9.57 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/003 How to run tests parallely from the same file by extending test option behaviour.mp4 57.79 MB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/003 How to run tests parallely from the same file by extending test option behaviour_en.vtt 8.28 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/004 Reason for test failures - Race condition - Fix them.mp4 53.4 MB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/004 Reason for test failures - Race condition - Fix them_en.vtt 8.19 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/005 How to tag tests and control the execution from the command line parameters.mp4 43.52 MB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/005 How to tag tests and control the execution from the command line parameters_en.vtt 6.29 KB
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/[CourseClub.Me].url 122 B
13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/[GigaCourse.Com].url 49 B
14 - HTMl & Allure Reporting & CICD Jenkins Integration/001 How to generate HTML & Allure reporting for Playwright Framework tests.mp4 68.85 MB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/001 How to generate HTML & Allure reporting for Playwright Framework tests_en.vtt 12.91 KB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/002 How to create custom scripts to trigger the tests from package.json file.mp4 51.56 MB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/002 How to create custom scripts to trigger the tests from package.json file_en.vtt 8.06 KB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/003 Install & Configure Jenkins.mp4 41.36 MB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/003 Install & Configure Jenkins_en.vtt 4.41 KB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/004 Integrate the Playwright framework with Jenkins and create parameterized Job.mp4 72.36 MB
14 - HTMl & Allure Reporting & CICD Jenkins Integration/004 Integrate the Playwright framework with Jenkins and create parameterized Job_en.vtt 12.16 KB
15 - Course Code download/001 Code download.html 74 B
15 - Course Code download/001 PlayWrightAutomation.zip 329.17 MB
16 - Learn JavaScript Fundamentals from Scratch for Automation/001 Important Note.html 407 B
16 - Learn JavaScript Fundamentals from Scratch for Automation/002 Complete 3 hours JavaScript Tutorial for Automation Testing.mp4 1.19 GB
16 - Learn JavaScript Fundamentals from Scratch for Automation/002 Complete 3 hours JavaScript Tutorial for Automation Testing_en.vtt 207.34 KB
[CourseClub.Me].url 122 B
[GigaCourse.Com].url 49 B
Download Info
-
Tips
“[GigaCourse.Com] Udemy - Playwright JS Automation Testing from Scratch with Framework” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.