Works with the AI tools you already use
Playwright E2E Test Generator
by Timoranjes
AI coding agents can generate code fast — but the tests they produce are brittle, flaky, and fail on first run.
Secure checkout via Stripe
See it in action
You say
Create a Playwright test for my login page. It needs to handle a successful login, a failed login with a 401 error, and include a Page Object.
Your agent does
I've created pages/LoginPage.ts using semantic locators like getByLabel and getByRole. I also generated tests/login.spec.ts which mocks a 401 status via page.route to verify the error banner appears, and added a GitHub Actions workflow for CI.
What you get
About this skill
AI coding agents can generate code fast — but the tests they produce are brittle, flaky, and fail on first run. They use fragile selectors, skip error states, ignore async timing, and produce monolithic test files with no structure.
This skill teaches your agent to generate Playwright E2E tests that actually work in production:
- Smart selector strategy — data-testid > role > text > CSS, with fallback chain
- Test structure patterns — Page Object Model, fixtures, test isolation
- Flakiness prevention — auto-waits, retry logic, network idle detection
- CI integration — GitHub Actions, sharding, artifact collection
- Real-world examples — auth flows, data tables, file uploads, multi-step forms
- Quality validation script included — checks generated tests for common issues
Includes 4 reference files: selector strategy guide, flakiness prevention patterns, real-world test examples, and Playwright templates (POM, API mocking, CI config, GitHub Actions).
PRICING: $8.00 one-time. Saves 30+ minutes per session by eliminating test rewrite cycles. Cheaper than 15 minutes of senior QA time.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
139+ total installs · 83 skills on Agensi
Frequently Asked Questions
Popular in Testing & QA
bypass-macos-file-dialog
Bypass OS-native file upload dialogs in browser automation using JavaScript interception and DataTransfer injection.

AI-Generated Code Verification Agent
Audit AI-generated code for hallucinations, security flaws, and architectural drift before you merge.

robot-to-playwright-converter
Most 'migrations' rewrite your tests from scratch. This one maps your existing keywords and locators automatically.

rf-seleniumlib-to-browser-lib
SeleniumLibrary is the flakiest part of your Robot Framework suite. This skill swaps it for Browser library, structure intact