Skip to content

Releases: SmartsquareGmbH/squit

3.0.1

06 Jul 14:46
Compare
Choose a tag to compare
  • Fix crash in the html report when opened in ms edge.

3.0.0

21 Apr 14:29
Compare
Choose a tag to compare
  • BREAKING: The path for the tests in the project is now src/squit instead of src/test.
  • BREAKING: Inclusive and exclusive tags. -Ptags is now called -PtagsOr. The new -Ptags only includes tests that have all specified tags set.
  • local.conf files for overriding test.conf files in the current environment only.
  • Tests can now be run without giving all options for tests that are not included.
  • Various HTML UI improvements including saving the scroll position when navigating through tests and side-by-side view being the new default in the diff window.
  • Greatly improved performance for pre- and postprocessing.
  • Links to result files are now printed as clickable links in the test run output.
  • New silent property for disabling progress printing.
  • Improved error handling.

2.8.2

10 Sep 14:49
Compare
Choose a tag to compare
  • Fix issue in escaping for html report.
  • Do not canonicalize numbers in json.

2.8.1

10 Sep 14:47
Compare
Choose a tag to compare
  • Bugfixes.

2.8.0

09 Sep 10:58
Compare
Choose a tag to compare
  • Improved json support by using a proper diffing tool (JsonAssert).
  • Canonicalization to improve html report. Xml and json responses are normalized into a common format to make diffing easier (Can be disabled with new squit.json.canonicalize and squit.xml.canonicalize dsl properties).
  • Dependency updates.

2.7.0

05 Jun 11:17
Compare
Choose a tag to compare
  • Ability to assert status codes of the response with new expectedResponseCode configuration (by @skonair).

2.6.0

23 May 15:49
Compare
Choose a tag to compare
  • New ignoreFailures configuration to make the task pass, even if tests failed.
  • The main entry of the HTML report is now named index.html instead of main.html.
  • Dependency updates.

2.5.0

28 Feb 16:02
Compare
Choose a tag to compare
  • Support for Gradle 5.
  • Improved HTML report to use more screen width.

2.4.0

17 Nov 17:45
Compare
Choose a tag to compare
  • Fixes for empty descriptions being shown if none was set.
  • Minor UI improvements for the HTML report.
  • Additional logging for failed and inconsistent requests. Enable it by running Gradle with the --info flag.
  • Dependency updates.

2.3.0

05 Sep 07:59
Compare
Choose a tag to compare
  • More stable sorting of test directories, based on a alphanumeric comparator.
  • Custom titles for tests (can be speicified in the test.conf files).
  • Optional descriptions for tests in the markdown format. These are shown in the html report and are copied to the failures directory.