Test.It 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Test.It --version 1.1.0
NuGet\Install-Package Test.It -Version 1.1.0
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="Test.It" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Test.It --version 1.1.0
#r "nuget: Test.It, 1.1.0"
#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 Test.It as a Cake Addin
#addin nuget:?package=Test.It&version=1.1.0

// Install Test.It as a Cake Tool
#tool nuget:?package=Test.It&version=1.1.0

Provides abstract test functionality in a BDD like style.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Test.It:

Package Downloads
Test.It.With.XUnit

Test framework extension with XUnit for Test.It

Test.It.While.Hosting.Your.Web.Application

BDD Testing framework that hosts your Web Service during test execution

Test.It.While.Hosting.Your.Windows.Service

Testing framework that hosts your Windows Service during test execution

Test.It.While.Hosting.Your.Service

Testing framework that hosts your service during test execution

Test.It.While.Hosting.Your.Console.Application

Testing framework that hosts your console application during test execution

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 820 10/8/2020
3.0.0 7,704 5/23/2019
2.2.0 2,530 2/12/2019
2.1.3 1,778 1/8/2019
2.1.2 667 1/8/2019
2.1.1 1,042 8/29/2018
2.1.0 7,349 6/17/2018
2.0.4 1,049 6/16/2018
2.0.3 1,228 6/14/2018
2.0.2 2,332 6/8/2018
1.2.0 1,818 11/21/2017
1.1.0 1,626 7/14/2017
1.0.0 1,342 7/12/2017

- Changed IUseFixture to IUseConfiguration since fixture is somewhat connected to xunit and nunit fixtures, which IUseFixture is not.