0

I have this problem in Specflow for Rider. Does anyone know if there is a way to make it work? I can't find documentation. In this specflow documentation the Rule keyword is used two times but it doesn't mention Rider. When I try to do it in Rider I get this error. It says it expects a "RuleLine", but apparently that won't do. Only using one Rule works.

It works no problem in VS2022.

The Rule keyword hasn't been ported to Swedish, that's why the language is mixed.

enter image description here

Mumfi
  • 405
  • 4
  • 15

1 Answers1

0

The implemented Swedish keyword for rules is "Regel".

See gherkin-language.json: https://github.com/cucumber/common/blob/main/gherkin/gherkin-languages.json#L3050

Andreas Willich
  • 5,665
  • 3
  • 15
  • 22