playwright-ui-test

Automate UI integrity checks for Goravel Inertia apps with Playwright MCP.

16|11|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill playwright-ui-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-ui-test
Source: https://github.com/liwoo/goravel-inertia-tw-starter/tree/main/.claude/skills/playwright-ui-test
Command: npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill playwright-ui-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI testing for Goravel Inertia apps often suffers from regressions and flaky checks; this skill streamlines automated verification of UI rendering, navigation, and forms.

Core Features & Use Cases

  • UI health checks verify page structure, navigation, and rendering across admin sections.
  • End-to-end flows test typical user journeys like login, CRUD operations, and responsive layouts.
  • Flexible scripting enables browser interaction and assertion via Playwright MCP tooling.

Quick Start

Run the Playwright MCP test suite against the local dev server to validate UI integrity.

Frequently Asked Questions about playwright-ui-test

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

FAQPage Schema
How do I automate end-to-end UI testing for a Goravel Inertia app?

Automate end-to-end UI testing for a Goravel Inertia app by using Playwright MCP to execute browser automation tasks against a running dev server, verifying login, navigation, forms, and CRUD pages.

What do I need to configure before running Playwright browser automation checks?

To run Playwright browser automation checks, you need a running local dev server, the Playwright MCP installed, and proper configuration set up in your .claude.json file to enable execution.

Can I test responsive layouts and admin interfaces with Playwright MCP?

Yes, you can test responsive layouts and admin interfaces with Playwright MCP by applying browser automation to verify UI rendering and navigation across different admin sections.

What is the best way to verify UI integrity and prevent regressions in Goravel applications?

To verify UI integrity and prevent regressions in Goravel applications, streamline automated verification of page structures, forms, and user flows using Playwright MCP tooling.

Why do flaky UI checks happen in Inertia apps and how does browser automation help?

Flaky UI checks in Inertia apps happen from rendering and navigation regressions, which browser automation resolves by consistently executing user journeys like login and CRUD operations.