frontend-testing
Generates high-quality frontend tests for Dify using Vitest and React Testing Library following best practices.
Install
npx skills add https://github.com/langgenius/dify --skill frontend-testingStats
| Total installs | 1,684 |
| Weekly installs | 1.7K |
| GitHub stars | 134.7K |
| First seen | Jan 20, 2026 |
| Source | @langgenius/dify |
Summary
- Covers component rendering, props validation, user interactions, edge cases, and async operations with Vitest 4.0.16 and React Testing Library 16.0
- Enforces incremental, one-file-at-a-time testing workflow for multi-file directories; process by complexity (utilities → hooks → simple components → complex components → integration)
- Requires integration-first approach: import real project components directly, mock only external APIs and next/navigation; use NuqsTestingAdapter for URL state hooks
- Includes semantic query patterns, AAA structure (Arrange-Act-Assert), and black-box testing principles; targets 100% function and statement coverage per file
Tags
Related skills
| Skill | Installs | vs frontend-testing |
|---|---|---|
| playwriter | 2,302 | +618 |
| eval-harness | 1,576 | -108 |
| swift-concurrency-pro | 1,916 | +232 |
| swift-testing-pro | 1,514 | -170 |
| opentui | 1,777 | +93 |
FAQ
- How many installs does frontend-testing have?
- frontend-testing has 1,684 total installs and 1.7K installs this week.
- Where is frontend-testing hosted?
- frontend-testing is published by @langgenius/dify at https://github.com/langgenius/dify.
- How many GitHub stars does frontend-testing have?
- frontend-testing has 134.7K GitHub stars.
- When was frontend-testing first indexed?
- OrangeBot.AI first indexed frontend-testing on Jan 20, 2026.
- How do I install frontend-testing?
- Run: npx skills add https://github.com/langgenius/dify --skill frontend-testing