This skill provides a robust framework for testing UI components in isolation, enabling developers to verify component behavior, interactions, and appearance without the overhead of full end-to-end tests. By mounting components in a real browser environment, it supports advanced testing patterns including visual regression, accessibility audits via Axe-core, and responsive design verification across React, Vue, Svelte, and Solid. It simplifies the setup of configuration files and provides ready-to-use patterns for mocking APIs, handling context providers, and managing complex component states.
Características Principales
01Multi-framework support for React, Vue, Svelte, and Solid
02Automated accessibility testing integration with Axe-core
03Advanced mocking of network requests and external dependencies
04Built-in visual regression and snapshot testing patterns
05Isolated component mounting in real browser environments
060 GitHub stars