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
2 Feature Files doing exactly the same, but one is using default Gherkin keywords in English, and one uses German keywords
the latter has the magic comment: # language: de
.language("de") is set in the creation of the runner
Steps to reproduce
cargo clean
cargo test
Actual Result
Both feature files are executed.
Expected Result
An error message should be thrown stating that the keywords in the English feature file could not be evaluated.
Hi Brendan, Hi Fellows,
while doing a writeup about the changes since the 0.8 release, I conducted the above experiment.
In the process I noticed that the .language("de") call seems not to be applied.
Am I missing something or do we have an actual bug?
My full code is located here.
The relevant files are ./features/* and cucumber.rs .
The text was updated successfully, but these errors were encountered:
Prereqs
# language: de
Steps to reproduce
Actual Result
Both feature files are executed.
Expected Result
An error message should be thrown stating that the keywords in the English feature file could not be evaluated.
Hi Brendan, Hi Fellows,
while doing a writeup about the changes since the 0.8 release, I conducted the above experiment.
In the process I noticed that the .language("de") call seems not to be applied.
Am I missing something or do we have an actual bug?
My full code is located here.
The relevant files are ./features/* and cucumber.rs .
The text was updated successfully, but these errors were encountered: