You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah definitely that’s what we should do! just connect our Blueprint to a Dredd.. but it's not simple :) because most of our endpoints are not idempotent and often require a context which expires.. For example to compose a BTCPay you need a valid order match.. ( To generate the doc, I cheated and commented out checks in the code).
A priori to be able to systematically test all endpoints we would need a regtest node where we reload fixtures before each test..
adamkrellenstein
changed the title
Test Each API Endpoint against Bootstrapped Node in CI, using Example Calls in Documentation
Test Idempotent API Endpoints against Node in CI, using Example Calls in Documentation
Apr 29, 2024
Check performance when we do—make sure latency is below a certain threshold.
@ouziel-slama this seem reasonable?
The text was updated successfully, but these errors were encountered: