Open apulido15 opened 1 year ago
facing the same issue
I figured out ...
You need to setup the single-html-report dependency as part of the build.gradle buildscript as follows ...
buildscript { repositories { mavenLocal() } dependencies { classpath "net.serenity-bdd:serenity-gradle-plugin:4.0.30" classpath "net.serenity-bdd:serenity-single-page-report:4.0.30" } }
apply plugin: "net.serenity-bdd.serenity-gradle-plugin"
-or-
buildscript { repositories { mavenLocal() } dependencies { classpath "net.serenity-bdd:serenity-single-page-report:4.0.30" } }
plugins { id 'java' id 'net.serenity-bdd.serenity-gradle-plugin' version '4.0.30' }
facing same issue. Any updates?
When i execute
gradle reports
command i get the next error:and the report is not generated. i have tried everything, change the serenity versions, change the gradle versions, delete the caches, and the report is not generated; please someone help me with this.
The info in the project is:
In addition the gradle version is: