SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
BSD 3-Clause "New" or "Revised" License
35
stars
11
forks
source link
Migration path for AdCodicem's plugin #86
Closed
mbhoek closed 9 months ago
As discussed in #75, the plugin available at https://github.com/AdCodicem/SpecFlowMicrosoftDependencyInjection will no longer be maintained, but it does have a number of features we might want to implement in this plugin and/or provide a migration path.
IServicesConfigurator
pattern (instead of a static class/method)AddDelegate
feature (instead of the fixed delegates)