Skip to content

Releases: ota4j-team/open-test-reporting

0.2.5

26 Oct 13:38
r0.2.5
318e361

Choose a tag to compare

What's Changed

  • Add support to send streamed events to a writer directly by @laeubi in #728

New Contributors

Full Changelog: r0.2.4...r0.2.5

0.2.4

17 Jun 10:48
r0.2.4
3395dd5

Choose a tag to compare

What's Changed

  • Show text/csv attachments as inline text blocks
  • Avoid build-time annotation from Immutables library from leaking into JAR

Full Changelog: r0.2.3...r0.2.4

0.2.3

04 Apr 12:01
r0.2.3
c5ba4b9

Choose a tag to compare

What's Changed

  • Make cli and tooling-core compatible with Java 17 (#413)

Full Changelog: r0.2.2...r0.2.3

0.2.2

16 Mar 11:47
r0.2.2
187373d

Choose a tag to compare

What's Changed

  • Simplify running org.opentest4j.reporting.cli on the module path by (#383)

Full Changelog: r0.2.1...r0.2.2

0.2.1

10 Mar 10:59
r0.2.1
1e7046b

Choose a tag to compare

What's Changed

  • Fixed NPE when processing file attachments with target HTML file being a relative path (#374)

Full Changelog: r0.2.0...r0.2.1

0.2.0

17 Feb 18:07
r0.2.0
5a7bad0

Choose a tag to compare

What's Changed

  • HTML report generator
  • Output attachment support
  • File attachment support
  • Git namespace schema extensions
  • Introduce ERRORED status
  • Fixed standalone CLI jar
  • Improve robustness of writing XML files
  • Fix writing events using Saxon
  • Add module descriptors
  • Add OSGi metadata

New Contributors

Full Changelog: r0.1.0-M2...r0.2.0

0.2.0-M3

12 Feb 19:50
r0.2.0-M3
cc26205

Choose a tag to compare

0.2.0-M3 Pre-release
Pre-release

What's Changed

Full Changelog: r0.2.0-M2...r0.2.0-M3

0.2.0-M2

02 Jan 16:24
r0.2.0-M2
e2e7f05

Choose a tag to compare

0.2.0-M2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: r0.2.0-M1...r0.2.0-M2

0.2.0-M1

04 Dec 16:43
r0.2.0-M1
85e7965

Choose a tag to compare

0.2.0-M1 Pre-release
Pre-release

What's New

  • Standalone CLI jar is now available on Maven Central
  • New API and CLI command to create a standalone HTML report from one or multiple XML reports
  • New Git extension schema
  • Added support for file attachments to core schema

Breaking Changes

  • org.opentest4j.reporting:open-test-reporting-tooling has been renamed to org.opentest4j.reporting:open-test-reporting-tooling-core
  • org.opentest4j.reporting:open-test-reporting-cli and org.opentest4j.reporting:open-test-reporting-tooling-core now require a Java 21 runtime
  • The following types in the org.opentest4j.reporting.tooling.core.validator package have been converted into Java records (their getters have been removed in favor of the implicit accessor methods provided by records):
    • Location
    • ValidationMessage
    • ValidationResult

New Contributors

Full Changelog: r0.1.0-M2...r0.2.0-M1

0.1.0-M2

20 Apr 13:46
r0.1.0-M2
8e3eb50

Choose a tag to compare

0.1.0-M2 Pre-release
Pre-release

What's Changed

  • Link to the schemas when they are first mentioned by @signed in #5
  • Use order defined in events.xsd by @signed in #6
  • Reflect that time is required for data in the factory by @signed in #4
  • Fix incompatibility with Woodstox StAX implementation by @marcphilipp in #106

New Contributors

  • @signed made their first contribution in #5

Full Changelog: r0.1.0-M1...r0.1.0-M2