Notes on testing APIs
Practical, technical writing on API flow automation, assertions, runners, and CI — from the team building Echopoint.
-
API tests on every pull request, with one GitHub Action
Add nanostack-dev/echopoint-cli@v1 to a workflow and your Echopoint flows run as ephemeral executions inside the CI job — reaching preview deploys and services started in the pipeline, gating the PR with strict exit codes. Here's how it works and how tags pick the suite.
Read -
Testing the APIs you can't put on the internet
Most API testing tools can only reach public endpoints. Here's how Echopoint's self-hosted runner tests internal APIs behind a VPN or firewall — without opening a single inbound port — and why the cloud runner is still the right default.
Read