api-integration-testing
Integration testing patterns for ABP Framework APIs using xUnit and WebApplicationFactory. Use when: (1) testing API endpoints end-to-end, (2) verifying HTTP status codes and responses, (3) testing authorization, (4) database integration tests.
Installation
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 |
Integration testing patterns for ABP Framework APIs using xUnit and WebApplicationFactory. Use when: (1) testing API endpoints end-to-end, (2) verifying HTTP status codes and responses, (3) testing authorization, (4) database integration tests. Source: thapaliyabikendra/ai-artifacts.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is api-integration-testing?
Integration testing patterns for ABP Framework APIs using xUnit and WebApplicationFactory. Use when: (1) testing API endpoints end-to-end, (2) verifying HTTP status codes and responses, (3) testing authorization, (4) database integration tests. Source: thapaliyabikendra/ai-artifacts.
How do I install api-integration-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-integration-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thapaliyabikendra/ai-artifacts
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01