Info
Version: | 4.0.3 |
Author(s): | PicklesDoc and contributors |
Last Update: | Wednesday, November 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.picklesdoc.com/ |
NuGet Url: | https://www.nuget.org/packages/Pickles.MSBuild |
Install
Install-Package Pickles.MSBuild
dotnet add package Pickles.MSBuild
paket add Pickles.MSBuild
Pickles.MSBuild Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
*Pickles* can be incorporated into your build process to produce living documentation in a format that is more accessible to your clients.
*Gherkin* language files are written in plain text and stored in your source folder. This can make them inaccessible to clients who may not know how to work with source control or who are not interested in seeing all of the source code, just the features.
*Pickles* can produce output in different formats:
- Static HTML: a set of HTML files with minimal JavaScript
- Dynamic HTML: a JavaScript-rich single page app with integrated search
- Word: Microsoft Word
- Excel: Microsoft Excel
- JSON: a custom JSON format
- Markdown: a simple output format
Optionally, *Pickles* can **integrate test results**, so that your stakeholders know which scenarios pass validation.
*Pickles* supports these test formats:
- NUnit
- MSTest
- XUnit
- SpecRun
- Cucumber JSON.