Skip to content

Releases: programmfabrik/apitest

apitest-v1.13.0

19 Jul 04:58
Compare
Choose a tag to compare

The new response format parser can parse html into json for comparison.

apitest-v1.12.0

22 Mar 09:54
c5306c0
Compare
Choose a tag to compare

Changelog

Others

What's Changed

  • new response format xhtml; see #62384 by @phempel in #78

Full Changelog: v1.11.1...v1.12.0

v1.11.0

21 Mar 11:39
7c088c0
Compare
Choose a tag to compare

What's Changed

  • included actual array lengths in error message for missing elements in response array by @phempel in #64
  • response-header-control-65689 by @phempel in #76

Full Changelog: v1.10.3...v1.11.0

apitest-v1.10.3

06 Sep 06:14
Compare
Choose a tag to compare

Changelog

Others

apitest-v1.10.2

05 Sep 20:40
Compare
Choose a tag to compare

Changelog

Others

apitest-v1.10.1

05 Sep 18:09
Compare
Choose a tag to compare

Running multiple manifests broke with v1.10.0. Fixed.

Full Changelog: v.1.10.0...v1.10.1

apitest-v1.10.0

05 Sep 16:01
Compare
Choose a tag to compare

Also in this release, work dir is set to manifest dir in "pre_process"

apitest-v1.9.0

10 Aug 10:48
ba8c6d3
Compare
Choose a tag to compare
  • The new response parser format "xml2" uses a simpler json structure as the existing "xml" which allows easier test scripts
  • Func "file_xml2json" is a new function which transforms xml to json using the format "xml2" used by the response parser

apitest-v1.8.1

10 Aug 10:47
Compare
Choose a tag to compare

Changelog

Others

apitest-v1.8.0

10 Aug 10:47
Compare
Choose a tag to compare

Pivot rows can be used to turn rows into columns and columns into rows.