SpecFlowOSS / SpecFlow.Rider

SpecFlow support for both ReSharper and Rider
MIT License
29 stars 18 forks source link

When user write {string} then Rider not understand but Visual Studio can #200

Closed supertgtline closed 1 year ago

supertgtline commented 1 year ago

Example: [When(@"user tries to login with ""(.)"" and ""(.)""")] Can understand by Rider [When(@"user tries to login with ""{string}"" and ""(.*)""")] Can't understand by Rider

ajeckmans commented 1 year ago

This has to do with the known limitations: https://github.com/SpecFlowOSS/SpecFlow.Rider#limitations See also https://github.com/SpecFlowOSS/SpecFlow.Rider/issues/184 Adding support for Cucumber Expression

Socolin commented 1 year ago

I'll close this as duplicate