Joyride.Specflow 0.1.0-alpha2

This is a prerelease version of Joyride.Specflow.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Joyride.Specflow --version 0.1.0-alpha2
                    
NuGet\Install-Package Joyride.Specflow -Version 0.1.0-alpha2
                    
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="Joyride.Specflow" Version="0.1.0-alpha2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Joyride.Specflow" Version="0.1.0-alpha2" />
                    
Directory.Packages.props
<PackageReference Include="Joyride.Specflow" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Joyride.Specflow --version 0.1.0-alpha2
                    
#r "nuget: Joyride.Specflow, 0.1.0-alpha2"
                    
#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.
#addin nuget:?package=Joyride.Specflow&version=0.1.0-alpha2&prerelease
                    
Install Joyride.Specflow as a Cake Addin
#tool nuget:?package=Joyride.Specflow&version=0.1.0-alpha2&prerelease
                    
Install Joyride.Specflow as a Cake Tool

Joyride's Behavior Driven Development (BDD) binding layer with built-in mobile steps

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Joyride.Specflow:

Package Downloads
Joyride.Starter

A starter package paired with Joyride.Specflow to quickly get you up and running

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-alpha7 965 5/4/2017
0.2.0-alpha6 884 5/4/2017
0.2.0-alpha5 885 5/3/2017
0.2.0-alpha4 863 5/3/2017
0.2.0-alpha3 879 4/13/2017
0.2.0-alpha2 928 4/12/2017
0.2.0-alpha1 882 4/12/2017
0.1.3 2,109 4/7/2017
0.1.2 2,120 4/21/2016
0.1.1 1,848 4/21/2016
0.1.0 2,160 12/22/2015
0.1.0-alpha2 1,348 12/21/2015
0.1.0-alpha1 909 12/16/2015
0.1.0-alpha 956 12/15/2015
0.0.17 1,994 12/1/2015
0.0.16 2,526 11/25/2015
0.0.15 1,888 10/22/2015
0.0.14 1,875 10/19/2015
0.0.13 1,986 10/14/2015
0.0.12 1,956 9/21/2015
0.0.11 1,929 9/18/2015
0.0.10 2,304 9/9/2015
0.0.9 1,510 8/6/2015
0.0.8 2,066 7/31/2015
0.0.7 2,122 7/30/2015
0.0.6 2,047 7/28/2015
0.0.5 2,013 7/27/2015
0.0.4 1,931 7/23/2015
0.0.3 2,340 7/20/2015
0.0.2 1,197 6/19/2015
0.0.1 1,220 6/13/2015

0.1.0-alpha2
- using the new driver

0.0.17
- added check for existing log directories

0.0.16
- added logging config
- update SpecflowHooks.cs and your App.config for compatibility:  https://github.com/glorylo/Joyride/blob/develop/RELEASE_NOTES.md

0.0.15
- added drag and drop step

0.0.14
- changed the way config settings is used to intiialize with appium server
- update your SpecflowHooks.cs and your App.config for compatibility moving forward
- see details here:  https://github.com/glorylo/Joyride/blob/develop/RELEASE_NOTES.md