Skip to content

Releases: kajf/bozr

bozr-v0.9.6

bozr-v0.9.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Feb 12:34

Changelog

bozr-v0.9.5

Choose a tag to compare

@github-actions github-actions released this 14 Oct 14:01

Changelog

  • b708070 add more host-related variables to the context (#120)

bozr-v0.9.4

Choose a tag to compare

@github-actions github-actions released this 14 Oct 11:26
fa5c81c

Changelog

bozr-v0.9.3

Choose a tag to compare

@github-actions github-actions released this 20 Oct 14:16

Changelog

bozr-v0.9.2

bozr-v0.9.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Aug 10:50

Changelog

Bozr v0.9.1

Choose a tag to compare

@kajf kajf released this 20 Jan 07:46

Changes:

  • context variable ctx:base_url added to reference value passed in -H argument (#87 )
  • improved .Now function with timezone support (#95)
  • stricter suite validation for data types in args,headers,params,absent
  • ability to provide args on test case level (#68 )
  • description could be provided on individual call level (#93 )

Fixes:

  • user-friendly format of reported numeric values (#85 )
  • suite names with spaces are no longer reported as failure
  • Environment variable '=' in values cut off (#100 )

Breaking changes:

  • test case name is required and unique (#97 )
  • report unused arguments (args and remember test case sections) as test failure (#89 )
  • report overridden env and ctx arguments as test failure
  • free form properties are not allowed on test case level (available keys are name, description, args, ignore)

Bozr v0.9.0

Choose a tag to compare

@dpfg dpfg released this 25 Jun 10:26

Changes:

  • Add support of nested structure to match body (#82)
  • Make message more human readable (#80)
  • Allow to specify expected schema inline in the test (#79)
  • Update dependencies (#78). Better support of json schema.
  • Call number shall start from 1 instead of 0 enhancement (#76)
  • More strict suite validation (#84)

Breaking changes:

  • As a part of #82 meaning of "body" expectation has been changed. Now part of the body should be specified as-is instead of map of paths. Previous behavior is available via "bodyPath". Remember body has been changed to 'remember bodyPath'

Bozr v0.8.13

Bozr v0.8.13 Pre-release
Pre-release

Choose a tag to compare

@dpfg dpfg released this 12 Jun 15:11
a15a1e4

Changes:

  • Add support of nested structure to match body (#82)
  • Make message more human readable (#80)
  • Allow to specify expected schema inline in the test (#79)
  • Update dependencies (#78). Better support of json schema.
  • Call number shall start from 1 instead of 0 enhancement (#76)
  • More strict suite validation (#84)

Breaking changes:

  • As a part of #82 meaning of "body" expectation has been changed. Now part of the body should be specified as-is instead of map of paths. Previous behaviour is available via "bodyPath".

Bozr v0.8.12

Choose a tag to compare

@dpfg dpfg released this 20 Jul 13:10

Changes:

Fixes

  • Unable to compare remembered values against non-string value (#69 )
  • Error message for invalid test suite (#64 )
  • call.on.body element no longer sends double quotes for plain text (#67 )
  • Printing args in body in cmd info mode (#65 )
  • Verbose error message for empty host param (#66)

Bozr v0.8.11

Choose a tag to compare

@dpfg dpfg released this 23 Jan 13:26

Changes:

  • Built-in throttling of requests
  • Ignorable suites (.xsuite.json vs .suite.json). All tests inside the suite will be reported as skipped.
  • Arguments now are supported in the "expect" section
  • New console reporter
  • Ability to use environment variables as arguments