A data driven testing tool for .NET using markdown and YAML.
Info
Version: | 1.1.2 |
Author(s): | Yufei Huang |
Last Update: | Wednesday, October 25, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/docascode/yunit |
NuGet Url: | https://www.nuget.org/packages/yunit |
Install
Install-Package yunit
dotnet add package yunit
paket add yunit
yunit Download (Unzip the "nupkg" after downloading)
Dependencies
- DiffPlex(>= 1.6.3)
- Glob(>= 1.1.8)
- HtmlAgilityPack(>= 1.11.29)
- Microsoft.NET.Test.Sdk(>= 16.8.3)
- Microsoft.TestPlatform.ObjectModel(>= 16.8.3)
- Newtonsoft.Json(>= 12.0.3)
- YamlDotNet(>= 9.1.0)