NaughtyStep 1.1.9

dotnet add package NaughtyStep --version 1.1.9
NuGet\Install-Package NaughtyStep -Version 1.1.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NaughtyStep" Version="1.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NaughtyStep --version 1.1.9
#r "nuget: NaughtyStep, 1.1.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NaughtyStep as a Cake Addin
#addin nuget:?package=NaughtyStep&version=1.1.9

// Install NaughtyStep as a Cake Tool
#tool nuget:?package=NaughtyStep&version=1.1.9

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.9 1,756 3/2/2015
1.1.6 1,584 12/18/2014
1.1.5 1,466 12/18/2014
1.1.4 1,454 12/18/2014
1.1.3 1,433 12/18/2014
1.1.2 1,281 11/19/2014
1.1.1 1,168 9/15/2014
1.1.0 1,087 9/15/2014
1.0.11 1,627 4/1/2014
1.0.9 1,246 2/26/2014
1.0.8 1,521 1/23/2014

Bumped to pick up latest Coypu, and Selenium, fixes some initialisation issues with FF Browsers.