The TAP support for the Cake.Issues addin for Cake allows you to read Test Anything Protocol (TAP) compatible files. This addin provides the aliases for reading issues from TAP compatible files and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Tap.
#addin nuget:?package=Cake.Issues.Tap&version=5.1.1
dotnet add package Cake.Issues.Tap --version 5.1.1
<PackageReference Include="Cake.Issues.Tap" Version="5.1.1" />
Aliases
Contains functionality for reading issues from Test Anything Protocol files.
Issue Providers
GenericLogFileFormat | Gets an instance for the log format for any file compatible with Test Anything Protocol format. |
Stylelint |
Gets an instance for the log format for Test Anything Protocol file generated by Stylelint. |
TapIssues |
Gets an instance of a provider for issues in a TAP compatible file using specified settings. |
TapIssuesFromContent |
Gets an instance of a provider for issues in a TAP compatible file from memory. |
Tap |
Gets an instance of a provider for issues in a TAP compatible file from disk. |
Tap |
Gets the name of the TAP issue provider.
This name can be used to identify issues based on the ProviderType property.
|
Textlint |
Gets an instance for the log format for Test Anything Protocol file generated by Textlint. |