← Back to list

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:
- Navigate to the test project:
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:
/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:
- integration-testing-guide - Aspire testing details
- scaffold-test - Creating integration tests
- AppHost.Tests AGENTS.md - Integration test patterns
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

