Blog
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
One GitHub Action runs your Echopoint flows inside the CI job — reaching preview deploys and gating the PR with strict exit codes.
Read -
Testing the APIs you can't put on the internet
Most API testing tools can only reach public endpoints. Echopoint's self-hosted runner tests APIs behind a VPN or firewall — no inbound port required.
Read