Skip to content

Commit

Permalink
Move Specflow.DSL out of outdated section (#2485)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Song <[email protected]>
  • Loading branch information
wenyuansong and Ryan Song authored Aug 18, 2021
1 parent 2533292 commit fd29b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changes:
+ Replace Utf8Json with SpecFlow.Internal.Json
+ Remove ParallelizeDecorator introduced in #746. Fixes #2442
+ Add semantic validator for duplicate Example column header names #2471
+ Update Available-Plugins document

Fixes:
+ Fix Type or namespace [TestNamespace]_XunitAssemblyFixture could not be found #1825
Expand Down
3 changes: 1 addition & 2 deletions docs/Extend/Available-Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
| [SpecFlow.Assist.Dynamic](https://github.com/marcusoftnet/SpecFlow.Assist.Dynamic) | Extension methods to create dynamic objects from SpecFlow tables. [Read more...](https://github.com/marcusoftnet/SpecFlow.Assist.Dynamic) | <a href="https://www.nuget.org/packages/SpecFlow.Assist.Dynamic/">![](https://img.shields.io/nuget/v/SpecFlow.Assist.Dynamic.svg)</a> |
| [SpecFlow.Contrib.Variants](https://github.com/totaltest/SpecFlow.Contrib.Variants) | SpecFlow plugin to allow variants of a test to be run using tags. [Read more...](https://github.com/totaltest/SpecFlow.Contrib.Variants) | <a href="https://www.nuget.org/packages/SpecFlow.Contrib.Variants/">![](https://img.shields.io/nuget/vpre/SpecFlow.Contrib.Variants.svg)</a>|
| [SpecFlow.External Data](https://www.nuget.org/packages/SpecFlow.ExternalData/3.4.32-beta) | Package to use external data in Gherkin scenarios. [Read more...](https://docs.specflow.org/projects/specflow/en/latest/Guides/externaldata.html) | <a href="https://www.nuget.org/packages/SpecFlow.ExternalData/3.4.32-beta">![](https://img.shields.io/nuget/vpre/SpecFlow.ExternalData.svg)</a>|

| [SpecFlow.DSL](https://github.com/wenyuansong/Specflow.DSL)|An enhancement to Specflow DSL to bring variables and simple calculations to specflow steps. [Read more...](https://github.com/wenyuansong/Specflow.DSL)|<a href="https://www.nuget.org/packages/Specflow.DSL/">![](https://img.shields.io/nuget/v/Specflow.DSL.svg)</a>|

## Outdated Plugins

| Name | Description | Download |
|---|---|---|
| [SpecFlow.DSL](https://github.com/wenyuansong/Specflow.DSL)|An enhancement to Specflow DSL to bring variables and simple calculations to specflow steps. [Read more...](https://github.com/wenyuansong/Specflow.DSL)|<a href="https://www.nuget.org/packages/Specflow.DSL/">![](https://img.shields.io/nuget/v/Specflow.DSL.svg)</a>|
|[SpecFlow.FsCheck](https://github.com/gasparnagy/SpecFlow.FsCheck)|SpecFlow plugin for using property-based testing with FsCheck in SpecFlow scenarios. [Read more...](https://github.com/gasparnagy/SpecFlow.FsCheck)|<a href="https://www.nuget.org/packages/SpecFlow.FsCheck/">![](https://img.shields.io/nuget/v/SpecFlow.FsCheck.svg)</a>|
| [Joyride](https://github.com/glorylo/Joyride)|A cross platform mobile framework for automating acceptance tests using appium. [Read more...](https://github.com/glorylo/Joyride)|<a href="https://www.nuget.org/packages/Joyride.SpecFlow/">![](https://img.shields.io/nuget/v/Joyride.SpecFlow.svg)</a>|
|[SpecFlow.Unity](https://github.com/phatcher/SpecFlow.Unity)|SpecFlow plugin for using Unity as a dependency injection framework for step definitions. [Read more...](https://github.com/phatcher/SpecFlow.Unity)|<a href="https://www.nuget.org/packages/SpecFlow.Unity/">![](https://img.shields.io/nuget/v/SpecFlow.Unity.svg)</a>|
Expand Down

0 comments on commit fd29b6f

Please sign in to comment.