SolidToken.SpecFlow.DependencyInjection
4.0.0-preview.1
dotnet add package SolidToken.SpecFlow.DependencyInjection --version 4.0.0-preview.1
NuGet\Install-Package SolidToken.SpecFlow.DependencyInjection -Version 4.0.0-preview.1
<PackageReference Include="SolidToken.SpecFlow.DependencyInjection" Version="4.0.0-preview.1" />
paket add SolidToken.SpecFlow.DependencyInjection --version 4.0.0-preview.1
#r "nuget: SolidToken.SpecFlow.DependencyInjection, 4.0.0-preview.1"
// Install SolidToken.SpecFlow.DependencyInjection as a Cake Addin
#addin nuget:?package=SolidToken.SpecFlow.DependencyInjection&version=4.0.0-preview.1&prerelease
// Install SolidToken.SpecFlow.DependencyInjection as a Cake Tool
#tool nuget:?package=SolidToken.SpecFlow.DependencyInjection&version=4.0.0-preview.1&prerelease
SpecFlow.DependencyInjection
SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
Currently supports (in preview):
- SpecFlow v4 or above
- Microsoft.Extensions.DependencyInjection v6.0.0 or above
Based on SpecFlow.Autofac. Listed on Available Plugins for SpecFlow.
Usage
Install plugin from NuGet into your SpecFlow project.
PM> Install-Package SolidToken.SpecFlow.DependencyInjection
Create a static method in your SpecFlow project that returns a Microsoft.Extensions.DependencyInjection.IServiceCollection
and tag it with the [ScenarioDependencies]
attribute.
Configure your test dependencies for the scenario execution within this method.
Step definition classes (i.e. classes with the SpecFlow [Binding]
attribute) are automatically added to the service collection.
A typical dependency builder method looks like this:
[ScenarioDependencies]
public static IServiceCollection CreateServices()
{
var services = new ServiceCollection();
// TODO: add your test dependencies here
return services;
}
Refer to SpecFlow.DependencyInjection.Tests
for an example.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- SpecFlow (>= 4.0.16-beta)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0-preview.1 | 10,656 | 12/19/2022 | |
3.9.3 | 492,635 | 5/22/2022 | |
3.9.2 | 370,506 | 11/16/2021 | |
3.9.1 | 56,190 | 9/3/2021 | |
3.9.0 | 56,405 | 6/18/2021 | |
3.8.0 | 17,020 | 5/19/2021 | |
3.7.5 | 1,115 | 5/19/2021 | |
3.7.4 | 349 | 5/19/2021 | |
3.7.3 | 319 | 5/19/2021 | |
3.7.2 | 316 | 5/19/2021 | |
3.7.0 | 20,722 | 3/10/2021 | |
3.6.0 | 2,156 | 3/10/2021 | |
3.5.0 | 9,420 | 3/10/2021 | |
1.0.1 | 401 | 3/10/2021 | |
0.6.0 | 18,457 | 11/11/2020 | |
0.5.0 | 8,532 | 11/10/2020 | |
0.4.1 | 49,595 | 2/25/2020 | |
0.4.0 | 438 | 2/24/2020 | |
0.3.2 | 480 | 2/17/2020 | |
0.3.1 | 559 | 2/16/2020 | |
0.2.4 | 3,334 | 10/30/2019 | |
0.2.2 | 5,626 | 7/17/2019 | |
0.2.1 | 510 | 7/9/2019 | |
0.2.0 | 488 | 7/8/2019 | |
0.1.3 | 479 | 7/3/2019 | |
0.1.2 | 508 | 7/1/2019 |