Skip to content

Releases: testomatio/java-reporter

v0.12.0

11 May 07:33
3bebfe8

Choose a tag to compare

What's Changed

  • Added LinkTest support for linking multiple test cases to a single automated test.
  • Added support for Build URL tags.
  • Refactored Step Aspect logic.
  • Added a configuration flag to enable step artifact uploads.

v0.11.6

23 Apr 16:31
ad84c78

Choose a tag to compare

What's changed

Fixes

  • Optimized S3 artifact upload for step-level artifacts, significantly reducing processing time

v0.11.5

16 Apr 20:13
776b421

Choose a tag to compare

What's changed

Fix

  • Fix issue where attachments were not saved when using a custom Allure results directory.

v0.11.4

15 Apr 18:29

Choose a tag to compare

What's changed

Fix

  • Add default constructor to AllureAttachmentAspect for AspectJ compatibility
  • Fix screenshot attachments to be correctly associated with steps

v0.11.3

06 Apr 20:58
88df196

Choose a tag to compare

What's changed

New features

  • Added Testomat Allure integration module

v0.10.1

29 Mar 18:49
18ab30c

Choose a tag to compare

What's changed

Improvements

  • Improved error logging in test steps
  • Enhanced JUnit tag filtering

v0.10.0

25 Mar 19:31
f38b8b0

Choose a tag to compare

What's Changed

Added

  • Ability to attach artifacts to test steps
  • Ability to create nested substeps

v0.9.3

20 Mar 14:09
7554d9e

Choose a tag to compare

What's changed

  • Karate: Improve RID generation logic
  • TestNG: Exclude disabled tests from artifact metadata collection

v0.9.2

14 Mar 12:25
7f9ac6d

Choose a tag to compare

What's changed

  • Improve Karate Scenario Outline result handling and TestId processing. Nick 11 minutes ago

v0.9.1

08 Mar 14:14
a6fe13c

Choose a tag to compare

What's Changed

  • Improve step logging for Karate