Agent skill
test__integration_suite
Run the full suite of integration tests for the BookStore application. Use this to verify system-wide behavior.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/test-integration-suite
SKILL.md
To verify the application's end-to-end functionality using the Aspire AppHost tests:
- Navigate to the test project:
bash
cd tests/BookStore.AppHost.Tests
// turbo
2. Run Integration Tests
Run dotnet test to execute the full integration suite.
- Analyze Results
- Pass: Confirm to the user that all integration scenarios are working.
- Fail: Look at the failed test names and stack traces.
- Use
read_fileto read the failing test source code. - Check the test logs (often captured in
TestResultsor standard output) for specific error details like assertion failures or timeouts.
- Use
Related Skills
Used By:
/test__verify_feature- Runs all tests including integration tests/test__integration_scaffold- Creates integration tests that this skill runs
Related:
/test__unit_suite- Run unit tests only/test__verify_feature- Complete verification workflow
See Also:
- integration-testing-guide - Aspire testing details
- scaffold-test - Creating integration tests
- AppHost.Tests AGENTS.md - Integration test patterns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?