dotnet-test-api

Community

Boot robust .NET API integration tests quickly.

Authorlandim32
Version1.0.0
Installs0

System Documentation

What problem does it solve?

External API integration testing for .NET solutions is often tangled with separate test projects, conflicting lifecycles, and authentication concerns. This Skill bootstraps a dedicated <Solution>.ApiTests project, wires it to a detected DTO project, and provides shared fixtures to simplify end-to-end API testing without mixing with unit tests.

Core Features & Use Cases

  • Boot a dedicated <Solution>.ApiTests project for external API integration tests separate from unit tests.
  • Provide reusable ApiTestFixture and ApiTestCollection to share authentication across tests.
  • Support multiple authentication presets (Generic JWT, NAuth, OAuth2 client credentials, API key) and environment-based configuration for secrets.
  • Typical use cases include adding controller tests, running against staging, and validating end-to-end API behavior.

Quick Start

Create the <Solution>.ApiTests project, reference the DTO project, implement tests, and run dotnet test to execute the API integration suite.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dotnet-test-api
Download link: https://github.com/landim32/awesome-ai-skills/archive/main.zip#dotnet-test-api

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.