Skip to content

Releases: ubirak/rest-api-behat-extension

Add json node asserter

08 Jun 10:42
@tyx tyx
Compare
Choose a tag to compare

New asserters in JsonContext

  • Then the JSON array node "fooarray" should contain "bar1" element
  • Then the JSON array node "fooarray" should not contain "bar1" element

Add http status to print request and response

29 Feb 17:06
Compare
Choose a tag to compare

Adopt atoum 2.0.

15 Dec 22:57
Compare
Choose a tag to compare
Merge pull request #42 from shouze/atoum/adopt2.0

Adopt atoum 2.0.

Body can be a scalar in the RestApiBrowser::send()

14 Dec 09:12
Compare
Choose a tag to compare
Merge pull request #41 from rezzza/stephpy-patch-1

Body could be scalar.

Deal with form data

13 Dec 18:17
Compare
Choose a tag to compare

See #40

We are BC with resources accepted in RestApiBrowser:send() but it was introduced very recently in release 3.0.0 about 1 month ago. Sorry about that.

Symfony3 support

11 Dec 17:14
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #34 from rezzza/tyx-patch-1

Support Symfony 3.0

Atoum2 support

11 Dec 16:53
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #33 from rezzza/tyx-patch-1

Support atoum 2

Replace guzzle deps by PSR7

29 Oct 10:18
@tyx tyx
Compare
Choose a tag to compare

You can now choose your favorite http adapter !

Allow to inject response in RestApiBrower

29 Oct 10:17
@tyx tyx
Compare
Choose a tag to compare
2.1.0

update branch alias

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"