-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
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
Maven compile fails with pronouns specified in serenity.conf #3321
Comments
Seems the docs are incorrect. You can't configure pronouns. I'm pretty sure this used to work in Serenity 3. |
Try putting the list of pronouns in quotes. |
Thanks John.
Hope this helps. |
What happened?
I have specified pronouns as specified in docs in serenity.conf
screenplay.pronouns=il,elle,ils,elles,son,sa,leur,leurs
I launched a Maven compile (verify) and got his result:
[ERROR] Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:4.0.18:aggregate (serenity-reports) on project cucumber-starter: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:4.0.18:aggregate failed: D:\git\depotoffrerecruteur-serenitybdd\src\test\resources\serenity.conf: 25: Key 'elle' may not be followed by token: ',' (if you intended ',' to be part of a key or string value, try enclosing the key or value in double quotes) -> [Help 1]
What did you expect to happen?
Compile should have passed this step.
Serenity BDD version
<serenity.version>4.0.19</serenity.version>
JDK version
11.0.21
Execution environment
Windows
Chrome
How to reproduce the bug.
just need to specify the screenplay.pronouns property as stated and launch mvn (e.g. verify)
How can we make it happen?
The text was updated successfully, but these errors were encountered: