Agent skill

test__integration_suite

Run the full suite of integration tests for the BookStore application. Use this to verify system-wide behavior.

Stars 163
Forks 31

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:

  1. 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.

  1. 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_file to read the failing test source code.
      • Check the test logs (often captured in TestResults or standard output) for specific error details like assertion failures or timeouts.

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results