·api-integration-testing
</>

api-integration-testing

thapaliyabikendra/ai-artifacts

Integrationstestmuster für ABP Framework-APIs mit xUnit und WebApplicationFactory. Verwendung bei: (1) End-to-End-Testen von API-Endpunkten, (2) Überprüfen von HTTP-Statuscodes und -Antworten, (3) Testen der Autorisierung, (4) Datenbankintegrationstests.

3Installationen·0Trend·@thapaliyabikendra

Installation

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing

SKILL.md

Test ABP Framework APIs end-to-end using xUnit and WebApplicationFactory.

| Success (GET) | 200 | response.StatusCode.ShouldBe(HttpStatusCode.OK) | | Created | 201 | Verify Location header + body | | No Content | 204 | For successful DELETE | | Bad Request | 400 | Check ValidationErrors | | Unauthorized | 401 | Missing/invalid token | | Forbidden | 403 | Missing permission | | Not Found | 404 | Invalid ID |

Integrationstestmuster für ABP Framework-APIs mit xUnit und WebApplicationFactory. Verwendung bei: (1) End-to-End-Testen von API-Endpunkten, (2) Überprüfen von HTTP-Statuscodes und -Antworten, (3) Testen der Autorisierung, (4) Datenbankintegrationstests. Quelle: thapaliyabikendra/ai-artifacts.

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist api-integration-testing?

Integrationstestmuster für ABP Framework-APIs mit xUnit und WebApplicationFactory. Verwendung bei: (1) End-to-End-Testen von API-Endpunkten, (2) Überprüfen von HTTP-Statuscodes und -Antworten, (3) Testen der Autorisierung, (4) Datenbankintegrationstests. Quelle: thapaliyabikendra/ai-artifacts.

Wie installiere ich api-integration-testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/thapaliyabikendra/ai-artifacts