Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.47 KB

Release 1.15.0

Adding support in the paths to support templates. If the path contains something like:

/api/v1/${dynamicElement}/

In this case, the dynamicElement will be replaced, if it exists in the ScenarioContext.

Support for adding static key/value pairs to the context:

Release 1.14.0

Adding support for the JSON path to the "I set the value of" sentence. It now also tries to resolve the value from the ScenarioContext. If nothing is found, it uses the original value.

Release 1.13.0

Adding support for JSON path to the "I store" sentence.

The JSON path can be used with:

$.firstElement[3].nextElement

The library detects, if the path has the prefix $.. If it is not available, it adds this prefix.

Release 1.12.0

  • Adding support for adding and manipulating headers.
  • Restructured the documentation: HTTP Methods have now their own md files.

Release 1.11.0

Release 1.9.0

  • Correction of the sentence ^that the body of the response is$ to ^that the body of the request is$