integration
SolidRun integration and e2e tests after unit tests pass. Use after /supergraph:fix when unit tests are green.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- datit309
- Repository
- datit309/supergraph
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content โ not just same category
fix
Plan-aware auto-fix loop after coding. Runs tests, lint, format, and graph checks. Updates plan task status. Use after execute/tdd.
add-integration-test
Use when a ticket asks for integration or end-to-end coverage across components โ an API route hitting a database, a service-to-service call, a multi-step flow โ rather than a single unit. Invoke for "test the endpoint end to end", "cover the checkout flow", or "verify the migration + query together".
integration-tests
Integration Tests โ design-driven, systematic verification for the Integration Sprint. Derives boundary-value, flow-branch, and pattern-branch test cases from the enabled design specs, builds stubs for non-reproducible external interfaces, automates API and UI tests as committed project assets, and records results to .scrum/test-results.json. Runs before UAT & Release.