Skip to content

Releases: teaandcode/behat-guzzle-extension

Removed continue from catch clause

22 Jun 10:18

Choose a tag to compare

Merge pull request #25 from teaandcode/develop

Develop

Added support for result on error

14 Jun 19:12

Choose a tag to compare

Merge pull request #22 from teaandcode/develop

Develop

Added ability to compare entire response content

11 Nov 10:20

Choose a tag to compare

v0.3.9

Updated version number to 0.3.9

Added getter for storedResults

23 Oct 10:52

Choose a tag to compare

Merge pull request #13 from teaandcode/develop

Merge Develop into Master

Added examples, Gitter badge and bug fix

22 Jun 21:46

Choose a tag to compare

  • Fixed storedValues markers being left in JSON before decode
  • Added Gitter badge to README
  • Added examples to doc block for new JSON step definition

Added array checking from JSON

22 Jun 12:48

Choose a tag to compare

  • Created new step definition for testing arrays in response with JSON
  • Fixed failing Travis Behat test due to third-party API change

Added configuration docs

14 May 19:13

Choose a tag to compare

  • Added docs how to configure extension
  • Added code to trim trailing slash from base_url

Added composer install info on README.md

21 Apr 12:25

Choose a tag to compare

  • Added composer install info on README.md
  • Added message in output when testing status codes

Cleaning up

13 Apr 14:36

Choose a tag to compare

  • Removed commented out code
  • Removed extraneous padding

Added examples

09 Apr 09:52

Choose a tag to compare

  • Example steps were added to comments
  • Example configuration was added to README.md