SpecRunHtmlToXml 0.9.5

dotnet add package SpecRunHtmlToXml --version 0.9.5
NuGet\Install-Package SpecRunHtmlToXml -Version 0.9.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SpecRunHtmlToXml" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpecRunHtmlToXml --version 0.9.5
#r "nuget: SpecRunHtmlToXml, 0.9.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpecRunHtmlToXml as a Cake Addin
#addin nuget:?package=SpecRunHtmlToXml&version=0.9.5

// Install SpecRunHtmlToXml as a Cake Tool
#tool nuget:?package=SpecRunHtmlToXml&version=0.9.5

The console app loads, parses a SpecRun html report and outputs a XML *like* test results file.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.5 1,838 12/22/2012
0.9.4 1,171 12/16/2012
0.9.3 1,419 11/24/2012
0.9.2 1,420 11/15/2012
0.9.1 1,363 11/15/2012
0.9.0 1,396 11/15/2012

Usage:
SpecRunReportHtmlToXml.exe {dll_path} {input_file_path} {output_file_path}

dll_path = name that appears in the report
input_file_path = input SpecRun html file
output_file_path = output testResult *like* xml file

Note: paths are absolute