[ WebToolTip.com ] Udemy - Playwright Typescript Framework + AI
大小1.92 GB
文件数70
Info Hash:5F41E384BCB078301B31026815EC9F9E62E4924A
收录时间2026-02-17 17:32:08
更新时间2026-02-17 17:32:08
文件列表 (70)
Get Bonus Downloads Here.url
180 B
~Get Your Files Here !/1 - Introduction Communication Channel SUT/1 - Course Introduction.mp4
16.38 MB
~Get Your Files Here !/1 - Introduction Communication Channel SUT/2 - Communication channels.html
200 B
~Get Your Files Here !/1 - Introduction Communication Channel SUT/3 - Links to install the pre-requisites.html
481 B
~Get Your Files Here !/1 - Introduction Communication Channel SUT/3 - Software under test Shopping website.mp4
120.97 MB
~Get Your Files Here !/1 - Introduction Communication Channel SUT/3 - Where to access the source code.html
286 B
~Get Your Files Here !/1 - Introduction Communication Channel SUT/4 - Links to install the pre-requisites.html
481 B
~Get Your Files Here !/1 - Introduction Communication Channel SUT/5 - Where to access the source code.html
286 B
~Get Your Files Here !/10 - Playwright Interview Questions/1 - Common interview questions.html
5.25 KB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/1 - Code Reference for this Lecture.html
1000 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/10 - Extra Lecture Playwright VSCode Extension - Extra Functionalities.html
522 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/10 - Fixtures - MUST READ.html
150 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/11 - Extra Lecture Shared Authentication.html
549 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/11 - The 'page' fixture.mp4
22.4 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/12 - Implementing a new custom fixture pages.fixtures.ts.mp4
64.52 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/13 - Combine custom fixtures from multiple modules.mp4
40.49 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/14 - Let's implement our new merged fixture!.mp4
67.11 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/15 - Extra Lecture Playwright VSCode Extension - Extra Functionalities.html
522 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/16 - Test results This is why we used 'describe' for locators and steps.mp4
77.2 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/17 - Extra Lecture Shared Authentication.html
549 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/2 - Install Playwright in the project.mp4
24.06 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/2 - Official installation guideline for reference.html
135 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/3 - Extra Lecture How to map web elements Are there more options than getByRole.html
1.05 KB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/3 - Official installation guideline for reference.html
135 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/4 - Page Objects in Playwright - Official docs.html
185 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/4 - What's new in our project Deep dive in.mp4
73.27 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/5 - Extra Lecture How to map web elements Are there more options than getByRole.html
1.05 KB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/6 - Fixtures - MUST READ.html
150 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/6 - Let's modify the structure of our framework to include Page Objects.mp4
22.5 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/7 - Page Objects in Playwright - Official docs.html
185 B
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/8 - Let's start modeling our Login Page Locators + LoadWait Behaviors.mp4
95.37 MB
~Get Your Files Here !/2 - Playwright Project Setup First Page ObjectFixture/9 - Let's complete the Login Page Object (there is a surprise at the end).mp4
37.46 MB
~Get Your Files Here !/3 - Framework Secret Management/1 - Code Reference for this Lecture.html
964 B
~Get Your Files Here !/3 - Framework Secret Management/2 - Create a .env file.mp4
39.43 MB
~Get Your Files Here !/3 - Framework Secret Management/3 - Implement the dotEnv dependency and use the variables instead of text.mp4
75.18 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/1 - Code Reference for this Lecture.html
975 B
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/2 - Let's create the second page object - Products.mp4
43.83 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/3 - The next step is clicking on the cart button, right Let's map the header PO.mp4
36.96 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/4 - Let's add our new page objects in the page fixture!.mp4
25.37 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/5 - Let's adjust the framework structure and implement the page objects in our tests.mp4
70.16 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/6 - Notice that we need the same page objects for two different E2E workflows.mp4
48.55 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/7 - Let's create an E2E helper.mp4
38.82 MB
~Get Your Files Here !/4 - E2E Helper — Use Page Objects Wisely/8 - Let's create a new fixture, merge it, and use it.mp4
68.19 MB
~Get Your Files Here !/5 - Complete the E2E Workflow/1 - Code reference for this lecture.html
962 B
~Get Your Files Here !/5 - Complete the E2E Workflow/2 - Cart Page.mp4
38.95 MB
~Get Your Files Here !/5 - Complete the E2E Workflow/3 - Checkout Page.mp4
48.32 MB
~Get Your Files Here !/5 - Complete the E2E Workflow/4 - Adding our new pages to the fixture and E2E helper.mp4
47.5 MB
~Get Your Files Here !/5 - Complete the E2E Workflow/5 - Let's finish our E2E test using all what we have learned.mp4
69.33 MB
~Get Your Files Here !/6 - Playwright Web Server/1 - Code reference for this lecture.html
965 B
~Get Your Files Here !/6 - Playwright Web Server/2 - Setup the Playwright Web Server.mp4
39.56 MB
~Get Your Files Here !/7 - Managing Test Data/1 - Code reference for this lecture.html
962 B
~Get Your Files Here !/7 - Managing Test Data/2 - Homework Move all assertions into a separate external file.html
1.33 KB
~Get Your Files Here !/7 - Managing Test Data/2 - Let's create a data folder + the payment information in a JSON file.mp4
34.21 MB
~Get Your Files Here !/7 - Managing Test Data/3 - Homework Move all assertions into a separate external file.html
1.33 KB
~Get Your Files Here !/8 - CI Integration & Sharding/1 - Code reference for this lecture.html
962 B
~Get Your Files Here !/8 - CI Integration & Sharding/2 - Adding an Additional Test Spec for CI and Future AI Section.mp4
34.28 MB
~Get Your Files Here !/8 - CI Integration & Sharding/3 - Setup your repository - Set the secrets.mp4
58.39 MB
~Get Your Files Here !/8 - CI Integration & Sharding/4 - Let's add the CI configuration in Playwright.mp4
93.13 MB
~Get Your Files Here !/8 - CI Integration & Sharding/5 - Extra Lecture Complementary Videos to Strengthen Your Core Knowledge.html
4.12 KB
~Get Your Files Here !/8 - CI Integration & Sharding/5 - Let's review the CI execution and the results.mp4
89.13 MB
~Get Your Files Here !/8 - CI Integration & Sharding/6 - Extra Lecture Complementary Videos to Strengthen Your Core Knowledge.html
4.12 KB
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/1 - Code reference for this lecture.html
1019 B
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/2 - LLM Instructions.mp4
52.79 MB
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/2 - Playwright MCP Server - Configuration Reference & Important links.html
741 B
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/3 - Playwright MCP Server - Configuration Reference & Important links.html
741 B
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/4 - Configure the MCP Server + Chrome Extension.mp4
135.74 MB
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/4 - Playwright Agents - My Opinion.html
2.39 KB
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/5 - Let's add tests using the context provided + MCP Server + Agent.mp4
112.26 MB
~Get Your Files Here !/9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent/6 - Playwright Agents - My Opinion.html