Skip to content

2.23.1

Pre-release
Pre-release

Choose a tag to compare

@cheshi-mantu cheshi-mantu released this 09 Sep 17:11
3e9c2c4

What's Changed

🔬 Improvements

  • Version introduces optional parameter that forces the tool to validate the JSON files to be uploaded
    • parameter --validate-json
    • parameter is disabled by default
    • files to be validated before upload
      • -result.json
      • -container.json
      • -globals.json

The introduced parameter allows preventing the upload of files that are not ready for the upload, e.g. for the cases when test is still writing to the result file or file's size is zero due to the integration results creation is not done via tmp file.