Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Agent vibe testing 2026: Automated Playwright AI Testing
Highest Rated
New
Rating: 5.0 out of 5(31 ratings)
76 students

Agent vibe testing 2026: Automated Playwright AI Testing

Playwright end-to-end testing with AI — an agent drives the browser, you direct. TypeScript suite, from spec to CI/CD.
Created byMartin Homola
Last updated 8/2026
English
ArabicGerman

What you'll learn

  • Build a complete Playwright end-to-end test suite that catches 15 real bugs in a live application
  • Use Playwright MCP to let an AI agent drive a real browser and explore an app before any test exists
  • Build four reusable AI Skills that encode your standards — for test design, authoring, bug reporting, and flake triage
  • Read AI-generated tests critically and catch fragile locators, weak assertions, and false greens
  • Wire your suite into a GitHub Actions pipeline that runs headless on every push, with reports and traces archived
  • Triage a failure as a real bug or a flaky test, then write a bug report a developer can act on

Course content

14 sections81 lectures2h 17m total length
  • Welcome and Thank You1:57
  • A quick ask before we begin0:09
  • Vibe Testing Community0:11
  • What This Course Covers2:18
  • What You Will Produce1:57
  • Course Repository — Fork This First0:25
  • What This Course Is1:34
  • How We Will Work1:44
  • What Is Vibe Test Automation?1:54
  • You Chose to Automate1:48
  • Section 1 Quiz — Welcome to Vibe Test Automation

Requirements

  • Basic understanding of how a web app behaves — pages, forms, buttons (no coding experience required)
  • A computer running Mac, Windows, or Linux
  • A free GitHub account
  • Antigravity IDE and Node.js — both free, installed in Section 3

Description

This course contains the use of artificial intelligence.


It is the whole point. This course teaches an AI-first testing workflow, and the course itself was produced with it: AI-assisted scripts, narration, translations, and code, all reviewed and directed by a human instructor. What you see on screen is what the workflow actually produces.


Playwright is the modern standard for browser and end-to-end (E2E) testing, and web test automation is one of the most requested skills in QA and SDET job postings. You will write real tests in TypeScript, run them cross-browser on Chromium, Firefox, and WebKit, and wire them into a CI/CD pipeline. In this course you learn to do it the way it actually works in 2026 — by letting an AI agent drive a real browser, explore the app, and write the tests, while you stay the reviewer who decides what matters.


You will test one real application — TechShop — with fifteen bugs planted in it deliberately. Plaintext passwords. Broken cart math. A checkout button that does not respond. A form that submits completely empty. By the end you will have a Playwright suite that catches every one of them, running automatically on every push.


What makes this course different:

Most Playwright courses teach you the commands — the methods, the selectors, the syntax. This one teaches you a way of working.


Before you write a single test, you watch an AI agent open a real browser through Playwright MCP and explore the app on its own — clicking, reading, and reporting what it finds, like a tester sitting at the keyboard.


Then you build something most courses never give you: reusable Skills for the agent. Four of them — for designing test cases, writing tests, reporting bugs, and telling a real bug from a flaky one. You build them once and keep them. They are the leverage you carry to your next project and your next job.


What you will produce:

- A complete Playwright test suite (TypeScript) covering login, cart, and checkout

- Your own AI Skills pack — four reusable skill files you keep forever

- Structured bug reports generated from real test failures, ready to file

- A GitHub Actions pipeline running the suite headless on every push, with HTML reports and traces archived

- A capstone project on a second app you have never seen — completed independently

- A prompt library ready to drop into your next project


Tools you will use:

- Playwright (TypeScript)

- Antigravity IDE + Playwright MCP

- GitHub + GitHub Actions

- Node.js


Every tool has a free tier. You do not need to spend anything beyond the course.


The honest part about AI:

The AI writes the code. It does not know what "correct" means in your application — you do. So a large part of this course is learning to read what the agent produces and catch it when it is wrong: fragile locators, weak assertions, and the most dangerous thing in automation — a test that passes for the wrong reason. Green does not mean correct. You mean correct.


Who this course is for:

- Manual and QA testers ready to move into automation without a coding background

- Students who completed the Manual Vibe Testing course and want to automate what they tested by hand

- Developers who want durable end-to-end coverage on their web apps

- Anyone curious how AI agents and Playwright MCP change browser testing in 2026


You do not need to write code from scratch. You need to understand what the app should do — the agent handles the code, and you handle the judgment.

Who this course is for:

  • Manual and QA testers ready to move into automation without a coding background
  • Students who completed the Manual Vibe Testing course and want to automate what they tested by hand
  • Developers who want durable end-to-end test coverage on their web applications
  • QA engineers who want to see how AI agents change the speed of writing a test suite
  • Anyone who wants a real portfolio project — a suite, a skills pack, and a live CI pipeline on GitHub