test-backend-units

Installation
SKILL.md

Test Backend Units Skill

Use this skill to run unit and integration tests (excluding acceptance tests) to validate that features are properly tested.

What This Skill Does

  1. Runs dotnet test with a filter to exclude acceptance tests (which require Aspire runtime to be running)
  2. Includes test projects:
    • FakeSurveyGenerator.Application.Tests (unit tests for business logic)
    • FakeSurveyGenerator.Api.Tests.Integration (integration tests with real SQL Server & Redis via Testcontainers)
  3. Excludes test projects:
    • FakeSurveyGenerator.Acceptance.Tests (E2E tests requiring Aspire runtime - validated separately via E2E skill)
  4. Collects test results including:
    • Total tests run, passed, failed, skipped
    • Failed test names and error details
    • Code coverage metrics
  5. Reports failures with specific test names and assertion errors
  6. Exits with failure status if any tests fail
Related skills

More from marcelmichau/fake-survey-generator

Installs
24
GitHub Stars
86
First Seen
Jan 24, 2026