Releases: ota4j-team/open-test-reporting
Releases · ota4j-team/open-test-reporting
0.2.0-M2
What's Changed
- Remove jOOX dependency by @marcphilipp in #225
- Improve robustness of writing XML files by @marcphilipp in #226
- Add support for attaching output to tests by @marcphilipp in #231
- Add optional media type attribute to file attachments by @marcphilipp in #242
- Include images and text files based on media type by @marcphilipp in #243
- Render attachments data with
<pre>
tag by @whytox in #255
New Contributors
Full Changelog: r0.2.0-M1...r0.2.0-M2
0.2.0-M1
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 toorg.opentest4j.reporting:open-test-reporting-tooling-core
org.opentest4j.reporting:open-test-reporting-cli
andorg.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
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
Full Changelog: r0.1.0-M1...r0.1.0-M2
0.1.0-M1
Initial release! 🚀
Please see the readme for details and feel free to start a discussion or open an issue.