go-ftw icon indicating copy to clipboard operation
go-ftw copied to clipboard

Provide a proper way to define expected response data

Open theseion opened this issue 8 months ago • 4 comments

Currently, go-ftw only provides a way to send requests. Because httpbin reflects the request body in the response body, we can use a request specification to specify the expected response. However, from the perspective of a test author that is not the correct way to describe the behaviour. Instead, there should be a way to specify both the request and the expected response.

theseion avatar Nov 06 '23 06:11 theseion