skillfed

playwright-e2e-tester

This skill streamlines web application testing by generating Playwright test scripts directly within Claude Code. It handles browser automation, assertion logic, and test structure so you can focus on coverage and reliability rather than boilerplate.

playwright-e2e-tester streamlines end-to-end testing by generating Playwright test scripts directly within Claude Code. The skill handles browser automation, assertion logic, and test structure, allowing you to focus on coverage and reliability rather than boilerplate. You can use it to write comprehensive tests that verify user workflows across your web application, from login flows to complex multi-step interactions.

AI-generated summary based on this skill's SKILL.md

164 27 MIT updated by curiositech

Install

curiositech/some_claude_skills/playwright-e2e-tester · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/curiositech/some_claude_skills
cp -r some_claude_skills/.claude/skills/playwright-e2e-tester ~/.claude/skills/playwright-e2e-tester

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I write playwright e2e tests with playwright-e2e-tester?

playwright-e2e-tester streamlines end-to-end testing by generating Playwright test scripts directly within Claude Code. The skill handles browser automation, assertion logic, and test structure, allowing you to focus on coverage and reliability rather than boilerplate. You can use it to write comprehensive tests that verify user workflows across your web application, from login flows to complex multi-step interactions.

What does playwright-e2e-tester support for cross-browser testing?

playwright-e2e-tester enables cross-browser testing by helping you configure Playwright to run tests against multiple browsers simultaneously. The skill assists in setting up test configurations that target Chromium, Firefox, and WebKit, ensuring your web application behaves consistently across different browser engines. This is essential for validating that your application works reliably for all users regardless of their browser choice.

Can playwright-e2e-tester help with Page Object Model patterns?

Yes, playwright-e2e-tester supports implementing Page Object Model patterns and test fixtures for maintainable test suites. The skill helps you structure your tests by abstracting page interactions into reusable objects, making your test code more readable and easier to maintain. This approach reduces duplication and makes it simpler to update tests when your application's UI changes.

How can playwright-e2e-tester help me debug flaky tests?

playwright-e2e-tester assists in debugging flaky tests and improving test reliability by helping you implement proper waits and locators. The skill guides you in using Playwright's built-in waiting mechanisms to handle dynamic content, avoiding race conditions, and selecting robust locators that won't break with minor UI changes. This reduces intermittent test failures and makes your test suite more stable and trustworthy.

Does playwright-e2e-tester support visual regression and CI/CD integration?

playwright-e2e-tester supports both visual regression testing and CI/CD pipeline configuration. The skill helps you set up automated visual comparisons to catch unintended UI changes, and it guides you through configuring Playwright for continuous integration environments like GitHub Actions. This enables you to catch bugs early and maintain quality standards throughout your development workflow.

What testing scenarios can playwright-e2e-tester help me automate?

playwright-e2e-tester can help you automate a wide range of testing scenarios including authenticated user flows, API mocking and network interception, mobile device emulation, accessibility testing, parallel test execution with sharding, and screenshot comparison testing. The skill also assists with test reporting in multiple formats (HTML, JSON, JUnit) and provides guidance on best practices for locators and test configuration across multiple browsers.

SKILL.md

rendered from the published skill — quoted content, verbatim

Playwright E2E Tester

Overview

Expert in end-to-end testing with Playwright, the modern cross-browser testing framework. Specializes in test generation, page object patterns,

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
.claude/skills/playwright-e2e-tester/SKILL.md

Related skills

Tags

browser-automation test-framework qa-engineering regression-testing test-reliability continuous-integration ui-testing test-maintenance cross-platform-testing test-debugging