What is frontend-testing?
WHEN testing any front-end UI with DOM Testing Library; behavior-first queries, userEvent flows, async patterns. Source: mintuz/claude-plugins.
WHEN testing any front-end UI with DOM Testing Library; behavior-first queries, userEvent flows, async patterns.
Quickly install frontend-testing AI skill to your development environment via command line
Source: mintuz/claude-plugins.
Framework-agnostic DOM Testing Library patterns for behavior-driven testing. For React-specific patterns (renderHook, context, components), load the react-testing skill. For TDD workflow (RED-GREEN-REFACTOR), load the tdd skill.
Testing Library exists to solve a fundamental problem: tests that break when you refactor (false negatives) and tests that pass when bugs exist (false positives).
Kent C. Dodds principle: "The more your tests resemble the way your software is used, the more confidence they can give you."
WHEN testing any front-end UI with DOM Testing Library; behavior-first queries, userEvent flows, async patterns. Source: mintuz/claude-plugins.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mintuz/claude-plugins --skill frontend-testingWHEN testing any front-end UI with DOM Testing Library; behavior-first queries, userEvent flows, async patterns. Source: mintuz/claude-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mintuz/claude-plugins --skill frontend-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/mintuz/claude-plugins