You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Severity Code Description Project File Line Suppression State Error (active) (27:1):
expected: #EOF, #TableRow, #DocStringSeparator, #StepLine, #TagLine, #ExamplesLine, #ScenarioLine, #RuleLine, #Comment, #Empty, got 'Regel: Name of the rule'
Steps to Reproduce
Create any simple reqnroll test within a rule ('Regel' in dutch according to cucumber docs: https://cucumber.io/docs/gherkin/languages ).
Set language to nl.
It will produce errors because it cannot recognize 'Regel'.
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered:
Reqnroll Version
2.0.3
Which test runner are you using?
NUnit
Test Runner Version Number
3.14.0
.NET Implementation
.NET 8.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"language": {
"feature": "nl"
},
"stepAssemblies": [
{ "assembly": "Other.Project" }
],
"generator": {
"allowDebugGeneratedFiles": false,
"allowRowTests": true
},
"runtime": {
"missingOrPendingStepsOutcome": "Inconclusive",
"obsoleteBehavior": "Warn",
"stopAtFirstError": false
},
"trace": {
"traceSuccessfulSteps": true,
"traceTimings": false,
"minTracedDuration": "0:0:0.1",
"stepDefinitionSkeletonStyle": "RegexAttribute"
}
}
Issue Description
Severity Code Description Project File Line Suppression State Error (active) (27:1):
expected: #EOF, #TableRow, #DocStringSeparator, #StepLine, #TagLine, #ExamplesLine, #ScenarioLine, #RuleLine, #Comment, #Empty, got 'Regel: Name of the rule'
Steps to Reproduce
Create any simple reqnroll test within a rule ('Regel' in dutch according to cucumber docs: https://cucumber.io/docs/gherkin/languages ).
Set language to nl.
It will produce errors because it cannot recognize 'Regel'.
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: