Skip to content

Releases: ota4j-team/open-test-reporting

0.2.0-M1

04 Dec 16:43
r0.2.0-M1
85e7965
Compare
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
Compare
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

0.1.0-M1

25 Mar 12:42
r0.1.0-M1
069f761
Compare
Choose a tag to compare
0.1.0-M1 Pre-release
Pre-release

Initial release! 🚀

Please see the readme for details and feel free to start a discussion or open an issue.