Back to list
aalmada

run-integration-tests

by aalmada

Full-stack .NET online book store application with event-sourced backend API and Blazor frontend, orchestrated by Aspire.

13🍴 0📅 Jan 24, 2026

SKILL.md


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

To verify the application's end-to-end functionality using the Aspire AppHost tests:

  1. Navigate to the test project:
    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.

Used By:

  • /verify-feature - Runs all tests including integration tests
  • /scaffold-test - Creates integration tests that this skill runs

Related:

  • /run-unit-tests - Run unit tests only
  • /verify-feature - Complete verification workflow

See Also:

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon