serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
723 stars 518 forks source link

With serenity version 4.0.46 and above, serenity single page report is not generating #3551

Open RemyaAnoop opened 1 month ago

RemyaAnoop commented 1 month ago

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

RemyaAnoop commented 1 month ago

@wakaleo can you please help with this issue

zzoubian commented 1 month ago

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.