We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While reading cucumber4-started an optional text can be used as follow:
(s)he searches for {string} she/he searches for {string}
(s)he searches for {string}
she/he searches for {string}
But when I try to use this example in my project usign language pt, the feature file or steps aren't found
Example:
Feature file
# language: pt Dado que o "Stephen" esteja logado Quando ele acessar o e-mail Então deve ver os emails.
Steps
@Quando("(que )ele/ela acess(ar)(a)(ou) o e-mail") public void acessarEmail() { }
Usign "ele/ela" not works, while (ele)(ela) work, but ele or ela is mandatory to be informed.
Cucumber4-version = 4.2.0 Serenity-Cucumber = 1.0.21 Serenity-Version = 2.0.80
Any idea of what is happening?
The text was updated successfully, but these errors were encountered:
It could be a bug in the dialect, especially if it works for you in English - I would ask the Cucumber community.
Sorry, something went wrong.
No branches or pull requests
While reading cucumber4-started an optional text can be used as follow:
(s)he searches for {string}
she/he searches for {string}
But when I try to use this example in my project usign language pt, the feature file or steps aren't found
Example:
Feature file
Steps
Usign "ele/ela" not works, while (ele)(ela) work, but ele or ela is mandatory to be informed.
Cucumber4-version = 4.2.0
Serenity-Cucumber = 1.0.21
Serenity-Version = 2.0.80
Any idea of what is happening?
The text was updated successfully, but these errors were encountered: