Open jmatusewicz opened 6 years ago
Defining a background block without a description leads to:
org.antlr.v4.runtime.misc.ParseCancellationException: line 3:13 no viable alternative at input '\n' Caused by: org.antlr.v4.runtime.NoViableAltException
In regular cucumber this is supported: https://github.com/cucumber/cucumber/wiki/Background
At least a more detailed exception would help to pinpoint the error.
Defining a background block without a description leads to:
In regular cucumber this is supported: https://github.com/cucumber/cucumber/wiki/Background
At least a more detailed exception would help to pinpoint the error.