Microsoft.VisualStudio.SlowCheetah
3.2.26
Allows for configuration based XML and JSON transformations at build time.
Requires NuGet 2.8 or higher.
Install-Package Microsoft.VisualStudio.SlowCheetah -Version 3.2.26
dotnet add package Microsoft.VisualStudio.SlowCheetah --version 3.2.26
<PackageReference Include="Microsoft.VisualStudio.SlowCheetah" Version="3.2.26"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.VisualStudio.SlowCheetah --version 3.2.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.VisualStudio.SlowCheetah:
Package | Downloads |
---|---|
AGTB.QA.TestFramework
Provides a basic C#, Selenium, nUnit3, Specflow v3, HttpClient and RestSharp based automation framework along with all the necessary dependent packages.
So when a Unit Test Project Type is created in Visual Studio, delete the default MS Test references added in the project and remove the
default UnitTest.cs file as well. Once that is done, install this package and your project will all be setup for coding Specflow based BDD
Tests that is suitable for Chrome Browser based Selenium UI and RestSharp based API Testing.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.VisualStudio.SlowCheetah:
Repository | Stars |
---|---|
dalenewman/Transformalize
Configurable Extract, Transform, and Load
|