Test On Localhost

Use when exercising an API change over HTTP against the application already running on your own machine, after the automated tests are green and before opening the pull request. Resolves the base URL from the solution itself — the Aspire AppHost, the service's launchSettings profile, or the running dashboard — rather than from a remembered port; checks /health and /alive first and captures which optional integrations are degraded, so a correctly degrading endpoint is not filed as a 500; confirms the running process is the build under test; then exercises the acceptance criteria plus the regression, contract-shape and negative cases, in the estate's manual notation. Never starts the application and never edits code. Every regression it finds becomes a test at the layer holding the logic rather than a document to re-run by hand.

konradcinkusz 68d9190 13.9 KB Updated

File contents

konradcinkusz/architecture-standards/tree/main/plugins/ticket-delivery/skills/test-on-localhost commit 68d9190576

Frequently asked questions

npx skillmds@latest add konradcinkusz/test-on-localhost