SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.23k stars 752 forks source link

Can't the keyword @property be used in the SpecFlow.ExternalData plugin? #2559

Closed xiaoshenl closed 2 years ago

xiaoshenl commented 2 years ago

SpecFlow Version

3.9.40

Which test runner are you using?

NUnit

Test Runner Version Number

3.9.40

.NET Implementation

.NET 5.0

Project Format of the SpecFlow project

Sdk-style project format

.feature.cs files are generated using

SpecFlow.Tools.MsBuild.Generation NuGet package

Test Execution Method

Visual Studio Test Explorer

SpecFlow Section in app.config or content of specflow.json

No response

Issue Description

Now I can't use the keyword @property in SpecFlow.ExternalData plugin to add parameters in json file

Steps to Reproduce

in spceflow-example externalDataSample image

Link to Repro Project

No response

SabotageAndi commented 2 years ago

We rewrote the ExternalData plugin and so renaming of tags was necessary. You can find the new list here: https://docs.specflow.org/projects/specflow/en/latest/Guides/externaldata.html#tags

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.