AI AGENT ADDONS

Hyva Playwright Test

hyva-themes/hyva-ai-tools
Testing & QA
579installs

Writing tests for Hyvä storefronts requires special care. Hyvä uses Alpine.js and Tailwind CSS. Hidden elements using x-show are invisible but still in the DOM. This can cause Playwright strict mode errors.

This skill shows you how to avoid these pitfalls. Use scoped selectors like #messages .message.success instead of bare class selectors. Follow Playwright's locator priority for reliable tests.

You will learn to handle Alpine.js interaction patterns like x-defer and x-if. Write tests that actually find the right elements every time.

Add Hyva Playwright Test skill to your workflow

Global

mkdir -p ~/.claude/skills/hyva-playwright-test

Project

mkdir -p .claude/skills/hyva-playwright-test

Source Repository

Stars
71
Forks
13
Watchers
71
License
OSL-3.0
Last Push
26 days ago
Created
6 months ago