Udemy - Playwright Typescript Framework + AI

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 1.9 GB
  • Uploaded By freecoursewb
  • Downloads 165
  • Last checked 1 month ago
  • Date uploaded 2 months ago
  • Seeders 4
  • Leechers 4

Infohash : 5F41E384BCB078301B31026815EC9F9E62E4924A



Playwright Typescript Framework + AI

https://WebToolTip.com

Published 11/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 2h 4m | Size: 1.91 GB

Build a complete Playwright framework with fixtures, secrets, and CI/CD, and learn how to use AI agents and MCP servers

What you'll learn
Create a complete Playwright automation framework using TypeScript from setup to execution.
Design scalable Page Object Models and Fixtures to reuse and maintain test code efficiently.
Implement data-driven testing by externalizing and managing test data securely.
Integrate your Playwright framework with GitHub Actions for CI/CD and enable sharding for parallel test execution.
Leverage AI tools, MCP Servers, and Agents to generate, refactor, and maintain Playwright tests faster.
Apply real-world framework practices to build reliable, reusable, and future-proof end-to-end tests.

Requirements
Javascript Typescript Basics
To be proactive: The course will have a practical approach, and you need to investigate
No Playwright previous experience

Files:

[ WebToolTip.com ] Udemy - Playwright Typescript Framework + AI
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction Communication Channel SUT
    • 1 - Course Introduction.mp4 (16.4 MB)
    • 2 - Communication channels.html (0.2 KB)
    • 3 - Links to install the pre-requisites.html (0.5 KB)
    • 3 - Software under test Shopping website.mp4 (121.0 MB)
    • 3 - Where to access the source code.html (0.3 KB)
    • 4 - Links to install the pre-requisites.html (0.5 KB)
    • 5 - Where to access the source code.html (0.3 KB)
    10 - Playwright Interview Questions
    • 1 - Common interview questions.html (5.2 KB)
    2 - Playwright Project Setup First Page ObjectFixture
    • 1 - Code Reference for this Lecture.html (1.0 KB)
    • 10 - Extra Lecture Playwright VSCode Extension - Extra Functionalities.html (0.5 KB)
    • 10 - Fixtures - MUST READ.html (0.1 KB)
    • 11 - Extra Lecture Shared Authentication.html (0.5 KB)
    • 11 - The 'page' fixture.mp4 (22.4 MB)
    • 12 - Implementing a new custom fixture pages.fixtures.ts.mp4 (64.5 MB)
    • 13 - Combine custom fixtures from multiple modules.mp4 (40.5 MB)
    • 14 - Let's implement our new merged fixture!.mp4 (67.1 MB)
    • 15 - Extra Lecture Playwright VSCode Extension - Extra Functionalities.html (0.5 KB)
    • 16 - Test results This is why we used 'describe' for locators and steps.mp4 (77.2 MB)
    • 17 - Extra Lecture Shared Authentication.html (0.5 KB)
    • 2 - Install Playwright in the project.mp4 (24.1 MB)
    • 2 - Official installation guideline for reference.html (0.1 KB)
    • 3 - Extra Lecture How to map web elements Are there more options than getByRole.html (1.1 KB)
    • 3 - Official installation guideline for reference.html (0.1 KB)
    • 4 - Page Objects in Playwright - Official docs.html (0.2 KB)
    • 4 - What's new in our project Deep dive in.mp4 (73.3 MB)
    • 5 - Extra Lecture How to map web elements Are there more options than getByRole.html (1.1 KB)
    • 6 - Fixtures - MUST READ.html (0.1 KB)
    • 6 - Let's modify the structure of our framework to include Page Objects.mp4 (22.5 MB)
    • 7 - Page Objects in Playwright - Official docs.html (0.2 KB)
    • 8 - Let's start modeling our Login Page Locators + LoadWait Behaviors.mp4 (95.4 MB)
    • 9 - Let's complete the Login Page Object (there is a surprise at the end).mp4 (37.5 MB)
    3 - Framework Secret Management
    • 1 - Code Reference for this Lecture.html (0.9 KB)
    • 2 - Create a .env file.mp4 (39.4 MB)
    • 3 - Implement the dotEnv dependency and use the variables instead of text.mp4 (75.2 MB)
    4 - E2E Helper — Use Page Objects Wisely
    • 1 - Code Reference for this Lecture.html (1.0 KB)
    • 2 - Let's create the second page object - Products.mp4 (43.8 MB)
    • 3 - The next step is clicking on the cart button, right Let's map the header PO.mp4 (37.0 MB)
    • 4 - Let's add our new page objects in the page fixture!.mp4 (25.4 MB)
    • 5 - Let's adjust the framework structure and implement the page objects in our tests.mp4 (70.2 MB)
    • 6 - Notice that we need the same page objects for two different E2E workflows.mp4 (48.6 MB)
    • 7 - Let's create an E2E helper.mp4 (38.8 MB)
    • 8 - Let's create a new fixture, merge it, and use it.mp4 (68.2 MB)
    5 - Complete the E2E Workflow
    • 1 - Code reference for this lecture.html (0.9 KB)
    • 2 - Cart Page.mp4 (39.0 MB)
    • 3 - Checkout Page.mp4 (48.3 MB)
    • 4 - Adding our new pages to the fixture and E2E helper.mp4 (47.5 MB)
    • 5 - Let's finish our E2E test using all what we have learned.mp4 (69.3 MB)
    6 - Playwright Web Server
    • 1 - Code reference for this lecture.html (0.9 KB)
    • 2 - Setup the Playwright Web Server.mp4 (39.6 MB)
    7 - Managing Test Data
    • 1 - Code reference for this lecture.html (0.9 KB)
    • 2 - Homework Move all assertions into a separate external file.html (1.3 KB)
    • 2 - Let's create a data folder + the payment information in a JSON file.mp4 (34.2 MB)
    • 3 - Homework Move all assertions into a separate external file.html (1.3 KB)
    8 - CI Integration & Sharding
    • 1 - Code reference for this lecture.html (0.9 KB)
    • 2 - Adding an Additional Test Spec for CI and Future AI Section.mp4 (34.3 MB)
    • 3 - Setup your repository - Set the secrets.mp4 (58.4 MB)
    • 4 - Let's add the CI configuration in Playwright.mp4 (93.1 MB)
    • 5 - Extra Lecture Complementary Videos to Strengthen Your Core Knowledge.html (4.1 KB)
    • 5 - Let's review the CI execution and the results.mp4 (89.1 MB)
    • 6 - Extra Lecture Complementary Videos to Strengthen Your Core Knowledge.html (4.1 KB)
    9 - AI LLM rules + Playwright MCP Server + Playwright Chrome Extension + Agent
    • 1 - Code reference for this lecture.html (1.0 KB)
    • 2 - LLM Instructions.mp4 (52.8 MB)
    • 2 - Playwright MCP Server - Configuration Reference & Important links.html (0.7 KB)
    • 3 - Playwright MCP Server - Configuration Reference & Important links.html (0.7 KB)
    • 4 - Configure the MCP Server + Chrome Extension.mp4 (135.7 MB)
    • 4 - Playwright Agents - My Opinion.html (2.4 KB)
    • 5 - Let's add tests using the context provided + MCP Server + Agent.mp4 (112.3 MB)
    • 6 - Playwright Agents - My Opinion.html (2.4 KB)
    • Bonus Resources.txt (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce
REVERSE-PROXY 🔄 RP (success) | 2218ms | Saved: 1all_8LH... 📄 torrent 🕐 16 Jan 2026, 07:20:30 pm IST ⏰ 10 Feb 2026, 07:20:30 pm IST ✅ Valid for 24d 23h 🔄 Wait 10m