Skip to content

Releases: kurtmkurtm/LiquidTestReports

1.4.3

18 Sep 09:17
a35b7ef
Compare
Choose a tag to compare
docs: fix some issues on custom logger documentation (#32)

Feature: Add filename pattern matching support for CLI

05 Dec 21:52
73b0114
Compare
Choose a tag to compare

Feature:

  • Add filename pattern matching support for CLI
  • Refactor to handle multiple files from single report input

Feature: Add JUnit xml support

29 May 23:04
Compare
Choose a tag to compare
Pre-release

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

02 Apr 23:44
Compare
Choose a tag to compare
Feature:
- add nuget metadata
- add nuget icon
- add additional targets to cli
- fix license double up in core and custom projects

1.1.0

02 Apr 08:53
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release
CI: Add Cli project to build, bump minor build and add beta suffix

1.0.9

21 Nov 00:42
661fd11
Compare
Choose a tag to compare
Added support for .NET Standard 2.0 (fixes #16) (#17)

1.0.1

18 Aug 11:59
69a827c
Compare
Choose a tag to compare
CI: remove prerelease tag, add script to update properties docs (#11)

0.2.4 - Redesign markdown report

03 Jun 10:09
39d1d4d
Compare
Choose a tag to compare
Pre-release

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