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
Hello, i have a problem with two-way Integration with Jira and serenity.conf file.
When I use serenity-jira-plugin with serenity.properties everything works as expected. But it doesn't work when i replace properties in serenity.conf file because jira.url, serenity.issue.tracker.url, serenity.requirement.types doesn't pars without double quotes. And when I include it in double quotes Integration with Jira doesn't work.
What can i do to solve this problem?
Error:
1) Error in custom provider, com.typesafe.config.ConfigException$Parse: src/test/resources/serenity.conf: 16: Expecting close brace } or a comma, got ':' (if you intended ':' to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf)
Caused by: com.typesafe.config.ConfigException$Parse: src/test/resources/serenity.conf: 16: Expecting close brace } or a comma, got ':' (if you intended ':' to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf)
Hello, i have a problem with two-way Integration with Jira and serenity.conf file.
When I use serenity-jira-plugin with serenity.properties everything works as expected. But it doesn't work when i replace properties in serenity.conf file because jira.url, serenity.issue.tracker.url, serenity.requirement.types doesn't pars without double quotes. And when I include it in double quotes Integration with Jira doesn't work.
What can i do to solve this problem?
My serenity.conf file:
My dependencies:
Any help appreciated
The text was updated successfully, but these errors were encountered: