NaughtyStep 1.1.1
See the version list below for details.
dotnet add package NaughtyStep --version 1.1.1
NuGet\Install-Package NaughtyStep -Version 1.1.1
<PackageReference Include="NaughtyStep" Version="1.1.1" />
paket add NaughtyStep --version 1.1.1
#r "nuget: NaughtyStep, 1.1.1"
// Install NaughtyStep as a Cake Addin #addin nuget:?package=NaughtyStep&version=1.1.1 // Install NaughtyStep as a Cake Tool #tool nuget:?package=NaughtyStep&version=1.1.1
Test behaviour of Websites and APIs using browser automation and RESTclients. Use scenarios to describe the behaviour and have your favourite test runner work through them so you can automate your acceptance testing with ease.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NaughtyStep:
Package | Downloads |
---|---|
NaughtyStep.Watin
Test behaviour of Websites and APIs using browser automation and RESTclients. Use scenarios to describe the behaviour and have your favourite test runner work through them so you can automate your acceptance testing with ease. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Better error handling to allow the concept of adding an inconclusive assert. Although this is allowed it only writes to the console for an inconclusive, a SuccessException will slip through, and appear to pass.