serenity-bdd / serenity-cucumber4-starter

48 stars 73 forks source link

[Question] Gradle reports are are broken #2

Open srinivasbudh opened 5 years ago

srinivasbudh commented 5 years ago

Hi Team,

I have used Serenity Reporting with maven in the past, I was trying to implement a new project using gradle but requirements are not loaded properly using gradle.

I tired running this project as well with maven and gradle. When run with maven reports were generated properly, however when I run this project using gradle reports are not displayed as expect (Features and Capabilities tabs are not loaded, also Requirements tab is displayed empty)

image

Not sure if this gradle issue, Can someone please suggest on this

wakaleo commented 5 years ago

There is a known issue with Gradle and Java 11

srinivasbudh commented 5 years ago

Thanks for letting me know, does this mean if I install old version of Java, reports will be generated properly??

wakaleo commented 5 years ago

Yes, or an older version of Gradle (the problem seems to come from Gradle).

srinivasbudh commented 5 years ago

I have lowered my java version to java 1.8 and gradle to 4.9 but I still have this issue