All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Now generating 32-bit executable.
- Problems loading Cairo DLL.
- Cairo DLL is now bundled inside the executable.
- Issues with
statusDetails
withoutmessage
ortrace
attributes (issue #16).
- Command line options to control level of details in the generated docx report (issue #14).
- Gracefully treating cases where no test results are found (avoids
ZeroDivisionError
, Issue #15).
- Fixed problem when tests doesn't have
start
orstop
attributes.- Also selecting newest test based on json file modification date.
- Using
shutil.which
to findOfficeToPDF
orLibreOfficeToPDF
, as this function will also return batch files.