Top 20 NuGet specflow Packages
                Unickq.SpecFlow.Selenium with Allure support
            
            
            
        
                SpecFlow plugin for SpecSync - enables synchronizing automated TFS/VSTS test cases
            
            
            
        
                Write maintainable UI tests with Selenium using Tranquire
            
            
            
        
                Provides integration of NUnit constraints with Tranquire.
            
            
            
        
                Common code for Ghpr.SpecFlow plugins
            
            
            
        
                Extends SpecFlow to allow variants of a test to be run using tags
            
            
            
        
                Allows using Cucumber Expressions with SpecFlow v3.3
            
            
            
        
                Allows using Cucumber Expressions with SpecFlow v3.4
            
            
            
        
                Provides a framework for composing and executing reusable user actions during tests.
            
            
            
        
                Configures SpecFlow to be able to easily use Selenium for WebTesting.
    Makes it possible to annotate a scenario with the browser it's supposed to work with.
    Contains SauceLabs IWebDriver implementation which has utility methods to update test status.
            
            
            
        
                A .NET framework that supports writing low-ceremony BDD tests using Gherkin language.
            
            
            
        
                Package provides a ready to use SpecFlow steps for all commonly used actions based on WebAutomation framework. For more details see Project Site.
            
            
            
        
                SpecSync for TFS is a synchronization tool that synchronizes Gherkin feature files with TFS/VSTS.
            
            
            
        
                Out of the box test automation framework utilizing SpecFlow, Coypu, Selenium and a page object pattern for automated UI testing.
            
            
            
        
                This package contains SpecFlow steps definitions which allow you to reuse scenario steps
            
            
            
        
                The TestPipe Test Automation Framework helps you create maintainable browser tests.
            
            
            
        
                SpecLight is an internal DSL for BDD testing in C#.
            
            
            
        
                Formerly known as SpecFlow.Reporting.ApprovalTestSuite: Approval test suite which can be used to test reporters
            
            
            
        
                Joyride's Behavior Driven Development (BDD) binding layer with built-in mobile steps
            
            
            
        
                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]...