Imported from nilshjalmarson/integration-testing (demo-1-aspire/AGENTS.md). Install upstream with npx skills add nilshjalmarson/integration-testing --skill demo-1-aspire. Copyright stays with the author.
SUMMARY
In demo showcases a simple distributed app with an API and a SQL database and how to test it using Aspire.
Coverd consepts are:
Creating an Aspire test project
How Aspire helps with testing things like authentication and HTTP status codes
Microsoft Testing Platform V2 with xunit
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/nilshjalmarson-integration-testing-demo-1-aspire/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "nilshjalmarson-integration-testing-demo-1-aspire",
"kind": "skill",
"name": "demo-1-aspire",
"description": "SUMMARY In demo showcases a simple distributed app with an API and a SQL database and how to test it using Aspire.",
"publisher": "nilshjalmarson",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"SUMMARY In demo showcases a simple distributed app with an API and a SQL database and how to test it using Aspire."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/nilshjalmarson/integration-testing",
"path": "demo-1-aspire/AGENTS.md",
"ref": "36d244bb91614f21d6747dfdebbeb9790f60e899",
"url": "https://github.com/nilshjalmarson/integration-testing/blob/36d244bb91614f21d6747dfdebbeb9790f60e899/demo-1-aspire/AGENTS.md",
"key": "nilshjalmarson/integration-testing/demo-1-aspire/AGENTS.md"
}
},
"instructions": "# SUMMARY\nIn demo showcases a simple distributed app with an API and a SQL database and how to test it using Aspire.\n\n## Coverd consepts are:\n* Creating an Aspire test project\n* How Aspire helps with testing things like authentication and HTTP status codes\n* Microsoft Testing Platform V2 with xunit",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/nilshjalmarson-integration-testing-demo-1-aspire/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.