Situation: You want to write automated tests for a REST API


Situation: You want to write automated tests for a REST API.

How do you test it?

Options:
1. Performance test the endpoints via K6 (so you know it works, and get performance metrics).

2. Contract test via Pact (so you know it fits together with the client).

3. Test HTTP…

View original on X