PossumLabs.Specflow.Core 1.0.0-CI00002

Suggested Alternatives

PossumLabs.DSL.Core

Additional Details

removed specflow from the name to prevent confusion

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

// Install PossumLabs.Specflow.Core as a Cake Tool
#tool nuget:?package=PossumLabs.Specflow.Core&version=1.0.0-CI00002&prerelease

possumlabs-specflow-core MyGet Build Status

PossumLabs.Specflow.Core

The core library for the Possum Labs Specflow extention

Please see https://github.com/BasHamer/PossumLabs.Specflow for tutorials and examples.

Variables

Scenario: Variables

Given the Companies
var
C1
And the Users
var Company
U1 C1
U2 C1

Validation

Scenario: Use . notation to validate properties

Given the Employee
var Name
E1 Bob
And the Employee
var Name Reports
E2 Mary E1
And the root Employee is 'E2'
When Employee 'E2' Retires
Then 'E1.Role' has the value 'CEO'

Scenario: you can also validate lists

Given the Employees
var Name Seniority
E1 Bob 1
E2 Jan 1
And the Employees
var Name Reports
E3 Mary E1
E4 Joe E2
And the Employee
var Name Reports
E5 Tom E3, E4
And the root Employee is 'E5'
When Employee 'E3' Retires
Then 'E5.Reports' contains the values
Name
E1.Name

And 'E1.Role' has the value 'Minion'

Product 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.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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. 
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 PossumLabs.Specflow.Core:

Package Downloads
PossumLabs.Specflow.Selenium

For examples please see https://github.com/BasHamer/PossumLabs.Specflow This library is intended to be used with Specflow and adds a wrapper around selenium.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0-CI00003 602 1/22/2020
1.1.0-CI00002 683 1/20/2020
1.1.0-CI00001 576 1/13/2020
1.0.0-CI00033 583 1/13/2020
1.0.0-CI00028 523 10/25/2019
1.0.0-CI00027 507 10/25/2019
1.0.0-CI00026 666 9/12/2019
1.0.0-CI00025 563 9/6/2019
1.0.0-CI00024 571 8/13/2019
1.0.0-CI00023 545 6/16/2019
1.0.0-CI00022 547 6/16/2019
1.0.0-CI00021 544 6/16/2019
1.0.0-CI00019 629 5/29/2019
1.0.0-CI00018 568 5/13/2019
1.0.0-CI00016 820 5/7/2019
1.0.0-CI00015 567 5/7/2019
1.0.0-CI00014 608 4/19/2019
1.0.0-CI00013 582 4/19/2019
1.0.0-CI00012 592 4/19/2019
1.0.0-CI00011 619 4/16/2019
1.0.0-CI00010 593 4/5/2019
1.0.0-CI00009 600 3/27/2019
1.0.0-CI00008 572 3/22/2019
1.0.0-CI00005 845 2/20/2019
1.0.0-CI00002 640 2/4/2019

Setting up references and notes.