Releases: ubirak/rest-api-behat-extension
Releases · ubirak/rest-api-behat-extension
Move to jsonSchema 2
Merge pull request #51 from tyx/feature/update-json-schema-lib Update to jsonSchema 2
Add json node asserter
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
Related to #45
Adopt atoum 2.0.
Merge pull request #42 from shouze/atoum/adopt2.0 Adopt atoum 2.0.
Body can be a scalar in the RestApiBrowser::send()
Merge pull request #41 from rezzza/stephpy-patch-1 Body could be scalar.
Deal with form data
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
Merge pull request #34 from rezzza/tyx-patch-1 Support Symfony 3.0
Atoum2 support
Merge pull request #33 from rezzza/tyx-patch-1 Support atoum 2
Replace guzzle deps by PSR7
You can now choose your favorite http adapter !
Allow to inject response in RestApiBrower
2.1.0 update branch alias