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
I am noticing an issue with the json report not generating in a Gitlab CI/CD pipeline, I wonder if they are related. It works fine when using maven instead of gradle.
What happened?
Project updated to serenity version 4.1.14 and added
Serenity {
reports=[“single-page-html”]
Also tried with in serenity.conf
Serenity report enabled = true
but single page report is not generating. Getting no such file exception.
In gradle task added :aggregate reports tasks and results was same.
When downgraded serenity-gradle-plugin:4.0.46 report is getting generated.
What did you expect to happen?
With serenity core and serenity gradle plugin being same version , serenity single page report should work. Not only with gradle plugin 4.0.46
Serenity BDD version
4.1.14
JDK version
17
Execution environment
All environment
How to reproduce the bug.
Yes serenity BDD and serenity plugin same version : above 4.1.0 and above.
add task aggregate in gradle
How can we make it happen?
Add it to the Serenity BDD backlog and wait for a volunteer to pick it up
The text was updated successfully, but these errors were encountered: