All Scenarios

3

Passed Scenarios

3

Failed Scenarios

0

Expand All | Collapse All

Given I am a user < 1ms

When I send a GET request to /posts 307ms

Then the API should respond with status code 200 < 1ms

And the response should contain an array of posts < 1ms

Given I am a user < 1ms

When I send a POST request to /posts 398ms

Then the API should respond with status code 201 < 1ms

And the response should contain the post object < 1ms

Given I am a user < 1ms

When I send a GET request to /posts/1 147ms

Then the API should respond with status code 200 < 1ms

And the response should contain the details of the post < 1ms