What problem does it solve?
It eliminates guesswork in cross-layer testing by showing how to write deterministic integration tests for Drumr applications that verify real interactions between backend actions, services, data models, and frontend views.
Core Features & Use Cases
- Backend integration patterns: Covers TestApp bootstrapping, dataset-backed fixtures, DI container resolution, GraphQL over HTTP, and controlled cleanup for stable server-side test suites.
- Frontend integration patterns: Shows how to test real React views with React Testing Library, mock only service boundaries, and assert user-visible behavior instead of implementation details.
- Test quality guidance: Defines file naming, folder layout, success and failure cases, cleanup discipline, warning handling, and clear boundaries between unit, integration, and end-to-end testing.
- Use case: A Drumr team can use this Skill to generate or review integration tests for actions, services, forms, and views while keeping production code untouched.
Quick Start
Ask me to generate Drumr integration tests for a backend action, a frontend view, or both, and I will draft deterministic specs, choose the right test patterns, and respect the framework’s cleanup and validation rules.