Skip to content

0.2.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcphilipp marcphilipp released this 04 Dec 16:43
· 62 commits to main since this release
r0.2.0-M1
85e7965

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