SpecFlow.DSL NuGet Package

An enhancement to Specflow DSL to be able to use dynamic test data in specflow steps by bringing in variables, regular expressions and simple calculations.
**Examples**:

- Create dynamic test data and refer it in another step

When enter [[var=50]] //assign 50 to a variable named "var"

Then [[var]] equals 50 // now get variable "var" value

- Create dynamic test data using regular expression

When enter [[var=RegEx([0-9]{3})]] //assign var with 3 digit random number

Then [[var]] is a 3 digits number // now get variable "var" value

- Calculations are currently NOT supported.




Got any SpecFlow.DSL Question?





Info

Version: 3.1.0
Author(s): Wenyuan(Ryan) Song
Last Update: Thursday, August 3, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/wenyuansong/SpecFlow.DSL
NuGet Url: https://www.nuget.org/packages/SpecFlow.DSL


Install
Install-Package SpecFlow.DSL
dotnet add package SpecFlow.DSL
paket add SpecFlow.DSL
SpecFlow.DSL Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.3

avg-downloads-per-day

4

days-since-last-release

266