TestStack.Seleno.BrowserStack.SpecFlowPlugin
1.0.8.8
dotnet add package TestStack.Seleno.BrowserStack.SpecFlowPlugin --version 1.0.8.8
NuGet\Install-Package TestStack.Seleno.BrowserStack.SpecFlowPlugin -Version 1.0.8.8
<PackageReference Include="TestStack.Seleno.BrowserStack.SpecFlowPlugin" Version="1.0.8.8" />
paket add TestStack.Seleno.BrowserStack.SpecFlowPlugin --version 1.0.8.8
#r "nuget: TestStack.Seleno.BrowserStack.SpecFlowPlugin, 1.0.8.8"
// Install TestStack.Seleno.BrowserStack.SpecFlowPlugin as a Cake Addin #addin nuget:?package=TestStack.Seleno.BrowserStack.SpecFlowPlugin&version=1.0.8.8 // Install TestStack.Seleno.BrowserStack.SpecFlowPlugin as a Cake Tool #tool nuget:?package=TestStack.Seleno.BrowserStack.SpecFlowPlugin&version=1.0.8.8
Custom plugin to generate nunit test to support multiple browser configuration on browser stack using TestStack Seleno
Product | Versions 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. |
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.WebApi.Client (>= 4.0.30506)
- SpecFlow.CustomPlugin (>= 2.1.0)
- SpecFlow.NUnit (>= 2.1.0)
- TestStack.Seleno (>= 0.9.61)
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,480 | 9/29/2016 |
1.0.8.7 | 941 | 9/27/2016 |
1.0.8.1 | 951 | 9/26/2016 |
1.0.7.3 | 1,354 | 9/23/2016 |
1.0.7.2 | 1,410 | 6/10/2016 |
1.0.7.1 | 1,083 | 5/31/2016 |
1.0.7 | 1,044 | 5/31/2016 |
1.0.6.30405 | 1,017 | 5/17/2016 |
1.0.5.27029 | 965 | 5/12/2016 |
1.0.4.30606 | 1,008 | 5/10/2016 |
1.0.3.31526 | 1,018 | 5/6/2016 |
1.0.1.21595 | 988 | 4/29/2016 |
1.0.1.17018 | 990 | 4/28/2016 |
1.0.0 | 978 | 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
- support additional capabilities to be added in config file
- support local test running using browserstack local capabilities and integrated tunnelling to browsertack (unit tested)