Skip to content

Releases: vdobler/ht

Release 4.1.0

21 Jun 13:44
Compare
Choose a tag to compare

Saner handling of check preparation and better execution of several suites.

Release 4.0.0

22 May 07:53
Compare
Choose a tag to compare

The main internal change of this release is the use of a generic metadata mechanism which allows to attach arbitrary metadata to a test and using this mechanism during generation of HTML reports for suites. This is technically an incompatible change against the 3.x series.

Most prominent user facing change is the ability to provide mock services, either standalone via the "mock" subcommand of cmd/ht or during suite execution.

Release 3.3.0

24 Jan 12:54
Compare
Choose a tag to compare

The main stuff in this release are working load/throughput tests.

Release 3.0.0

08 Nov 11:09
Compare
Choose a tag to compare

This is a major and incompatible release.

The major change is in reading suites and tests from disk: The new format uses hjson and a different structure:

  • Hjson (http://hjson.org) is even more human friendly than JSON5 (and the JSON5 package used had bugs)
  • The different parameters controlling a test execution (polling, trying, sleeping) have been consolidated into a new field Execution.
  • Some inconsistencies between checks and extractors have been cleaned.
  • Capturing Screenshots has been improved.
  • Added possibility to check JSON-in-JSON, and some edge case fixes.
  • Variable handling works now much better and clearer und suites.
  • Test "unrolling" is replaced by parameterized tests (i.e. tests which variables which are settable during inclusion of the test in the suite).
  • The generated HTML reports no longer require JQuery and are a bit nicer.
  • The documentation is now baked in: ht doc Screenshot now shows the information about the Screenshot test, even if neither go nor the ht sources are installed.

ht version 2.3.0

04 Aug 14:00
Compare
Choose a tag to compare
  • Provide new check: CustomJS which executes custom JavaScript code to check the response.
  • Provide new extractor: JSExtractur which uses custom JavaScript code to extract values.
  • Fix reporting ERROR if just teardown tests fail

ht 1.0.0 beta 1

27 Jan 16:42
Compare
Choose a tag to compare

Major stuff:

  • Logical combinations of checks (OR and NOR) via the AnyOne and None checks.
  • Easier testing of redirect chains via the RedirectChain check.
  • Better color histogram fingerprinting.
  • Fixes and improvements to the recorder.
  • Minor bugfixes and improvements.

The change to color histogram image fingerprinting is a backwards incompatible
change: You will have to regenerate the fingerprints with the new version.

Release 0.9.0

22 Dec 13:58
Compare
Choose a tag to compare

More subcommands, working ValidHTML check, general cleanup, better check failure reporting.

Version 0.8.0

03 Dec 15:52
Compare
Choose a tag to compare
  • Include image fingerprinting and reconstruction as subcommand into cmd/ht.
  • Allow recording of tests via a reverse proxy.
  • Add Resilience check to torture a resource.
  • Several bug fixes.

Version 0.7.0

12 Nov 08:07
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

Added Latency and Sorted checks as well as some bugfixes.

Version 0.6.2 (Bugfix)

30 Sep 14:54
Compare
Choose a tag to compare

Fixes some bugs (HEAD request with gzip, missing cookies during Link checking and a panic).