Skip to content

Releases: ubirak/rest-api-behat-extension

Add some steps about redirection precondition & response assertions

14 Aug 15:31
Compare
Choose a tag to compare

Full changelog here

Redirection precondition new step

 Given I won't follow next redirect

Response new assertions examples

Then the response status code should be 301
And response header "Location" should have value "http://www.google.com"

Correct edge case with Guzzle parse_url usage

11 Aug 12:32
@tyx tyx
Compare
Choose a tag to compare
  • To correct the fact that Guzzle use parse_url method before appending baseUrl declared in the client, we deal now directly with full urls only

Improve print response

11 Jun 12:51
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #13 from tyx/feature/improve-last-response

Improve print last response

Improve print response

11 Jun 12:52
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #14 from tyx/feature/header-on-last-response

Add headers on print response

Behat3 support

21 Apr 08:34
@tyx tyx
Compare
Choose a tag to compare
2.0.0

fix README

Move headers to requestHeaders.

24 Mar 14:20
Compare
Choose a tag to compare
Merge pull request #10 from gmorel/feature/expose_response

Expose RestApiContext::request and RestApiContext::response

HTTP Header set method in RestApiContext

27 Feb 16:24
Compare
Choose a tag to compare

Features

  • #8 Add HTTP header set method.

Fixes

  • #6 Fix a realpath bug with json schema files loading.

The beginning

17 Feb 14:28
@tyx tyx
Compare
Choose a tag to compare

Introduces :

  • RestApiContext
  • JsonContext