dev-test

Automate Playwright UI tests for web applications with structured reports.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/codihaus/claude-skills --skill dev-test-codihaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-test
Source: https://github.com/codihaus/claude-skills/tree/main/skills/dev-test
Command: npx skills add https://github.com/codihaus/claude-skills --skill dev-test-codihaus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automated UI testing of web applications to quickly verify feature work, prevent regressions, and provide reliable feedback before releases.

Core Features & Use Cases

  • Playwright-based end-to-end tests covering navigation, interactions, and assertions
  • Cross-browser and responsive layout validation
  • Integration with development workflows for post-fix re-testing and pre-merge validation

Quick Start

Run /dev-test to execute the automated Playwright UI tests against the current feature implementation.

Frequently Asked Questions about dev-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate UI testing with Playwright to catch regressions?

Automate UI testing with Playwright by executing deterministic test flows for navigation, form interactions, and assertions. This verifies web application functionality and catches regressions by generating structured reports with overall status, issues, and steps.

Can I use Playwright for cross-browser and responsive layout validation?

Yes, Playwright supports cross-browser and responsive layout validation for web applications. It executes end-to-end tests covering navigation and assertions to ensure your UI renders correctly across different browsers and viewport sizes.

When should I run automated frontend tests in my development workflow?

Run automated frontend tests after feature implementation, bug fixes, and before code reviews. This ensures acceptance criteria and visual state are met, providing reliable feedback and preventing regressions before releases.

What is included in Playwright test reports for regression testing?

Playwright test reports for regression testing include the overall status, identified issues, and detailed execution steps. These structured reports provide reliable feedback on whether acceptance criteria and visual states are successfully met.

Can automated UI tests be auto-triggered in continuous workflows?

Yes, automated UI tests can be auto-triggered in continuous workflows. This integration allows development teams to automatically verify functionality and catch regressions post-fix or pre-merge without manual intervention.