Releases: SmartsquareGmbH/squit
Releases · SmartsquareGmbH/squit
3.0.1
3.0.0
- BREAKING: The path for the tests in the project is now
src/squit
instead ofsrc/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 overridingtest.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
2.8.1
2.8.0
- 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
andsquit.xml.canonicalize
dsl properties). - Dependency updates.
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
- 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 thefailures
directory.