Releases: ota4j-team/open-test-reporting
Releases · ota4j-team/open-test-reporting
0.2.5
0.2.4
What's Changed
- Show
text/csvattachments 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
What's Changed
- Make cli and tooling-core compatible with Java 17 (#413)
Full Changelog: r0.2.2...r0.2.3
0.2.2
What's Changed
- Simplify running
org.opentest4j.reporting.clion the module path by (#383)
Full Changelog: r0.2.1...r0.2.2
0.2.1
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
What's Changed
- HTML report generator
- Output attachment support
- File attachment support
- Git namespace schema extensions
- Introduce
ERROREDstatus - Fixed standalone CLI jar
- Improve robustness of writing XML files
- Fix writing events using Saxon
- Add module descriptors
- Add OSGi metadata
New Contributors
- @ky0n made their first contribution in #192
- @filiphr made their first contribution in #193
- @whytox made their first contribution in #255
Full Changelog: r0.1.0-M2...r0.2.0
0.2.0-M3
What's Changed
- Fix whitespace handling by @marcphilipp in #296
- Fix writing events using Saxon by @marcphilipp in #317
- Introduce ERRORED status by @marcphilipp in #320
- Add module descriptors by @marcphilipp in #323
- Fix handling of relative paths by @marcphilipp in #324
Full Changelog: r0.2.0-M2...r0.2.0-M3
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-toolinghas been renamed toorg.opentest4j.reporting:open-test-reporting-tooling-coreorg.opentest4j.reporting:open-test-reporting-cliandorg.opentest4j.reporting:open-test-reporting-tooling-corenow require a Java 21 runtime- The following types in the
org.opentest4j.reporting.tooling.core.validatorpackage have been converted into Java records (their getters have been removed in favor of the implicit accessor methods provided by records):LocationValidationMessageValidationResult
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