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.
<PackageVersion Include="SpecRunHtmlToXml" Version="0.9.5" />
                    
Directory.Packages.props
<PackageReference Include="SpecRunHtmlToXml" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=SpecRunHtmlToXml&version=0.9.5
                    
Install SpecRunHtmlToXml as a Cake Addin
#tool nuget:?package=SpecRunHtmlToXml&version=0.9.5
                    
Install SpecRunHtmlToXml as a Cake Tool

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 2,048 12/22/2012
0.9.4 1,366 12/16/2012
0.9.3 1,615 11/24/2012
0.9.2 1,620 11/15/2012
0.9.1 1,550 11/15/2012
0.9.0 1,598 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