TestStack.Seleno.BrowserStack.SpecFlowPlugin 1.0.7

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

// Install TestStack.Seleno.BrowserStack.SpecFlowPlugin as a Cake Tool
#tool nuget:?package=TestStack.Seleno.BrowserStack.SpecFlowPlugin&version=1.0.7

Custom plugin to generate nunit test to support multiple browser configuration on browser stack using TestStack Seleno

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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

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
1.0.8.8 3,392 9/29/2016
1.0.8.7 903 9/27/2016
1.0.8.1 919 9/26/2016
1.0.7.3 1,316 9/23/2016
1.0.7.2 1,373 6/10/2016
1.0.7.1 1,049 5/31/2016
1.0.7 1,010 5/31/2016
1.0.6.30405 983 5/17/2016
1.0.5.27029 933 5/12/2016
1.0.4.30606 961 5/10/2016
1.0.3.31526 984 5/6/2016
1.0.1.21595 954 4/29/2016
1.0.1.17018 950 4/28/2016
1.0.0 951 4/19/2016

-
- Multiple browser support with just tag placed on scenario like @browser:firefox,43.0,OS_X,Lion
- Error notification done with after scenario hook and browser stack api to pass error message.
- configure plugin in app.config and set app settings for browser stack
- support resolution for desktop like @browser:chrome,50.0,Windows,10,1024x768
- Maximize browser window to use full available resolution specified into browser stack capabilities (default 1024x768)
- Added mecanism to pickup component based on browser width (for responsive pages)
- Added PageProvider extensions method to retrieve and register pages (as itself and its concrete ancestor) with current scenario container
- Added enum extensions
- Added support for local broswer instance using the appconfig setting <add key="useLocalBrowser" value="Chrome"/>