Releases: kurtmkurtm/LiquidTestReports
Releases · kurtmkurtm/LiquidTestReports
Placeholder release for .NET 9 support
feature: update dependencies and add .net 9 support (#44) * feature: update dependencies and add .net 9 support * tests: put integration tests in collection --------- Co-authored-by: Kurt <>
1.4.3
Feature: Add filename pattern matching support for CLI
Feature:
- Add filename pattern matching support for CLI
- Refactor to handle multiple files from single report input
Feature: Add JUnit xml support
Adds support for JUnit format test reports, based on JUnit schema.
- make input type case insensitive
- change cli template input file, instead of string
- rename ci folder to scripts
- add scripts folder readme
- add script to generate models from xsds
- add script to generate junit test output
- update tests
1.1.1: Feature: add nuget metadata and icon, add additional targets to cli
Feature: - add nuget metadata - add nuget icon - add additional targets to cli - fix license double up in core and custom projects
1.1.0
CI: Add Cli project to build, bump minor build and add beta suffix
1.0.9
Added support for .NET Standard 2.0 (fixes #16) (#17)
1.0.1
CI: remove prerelease tag, add script to update properties docs (#11)
0.2.4 - Redesign markdown report
Redesign markdown report with a focus on GitHub preview and comment formatting
- Use tables for results
- Use detail elements for content result sets
- Include error stack trace
- Add pass rate per container
- Add overall result and percentages to summary
- Add optional user configurable report titles, usable by setting the title parameter - eg
Title=My test report;
- Fix path splitting for container name on non windows machines