sbt-cucumber icon indicating copy to clipboard operation
sbt-cucumber copied to clipboard

prettier reporting

Open kieranbop opened this issue 5 years ago • 0 comments

I've followed this to enable prettier reporting for the tests. https://www.jvt.me/posts/2019/04/07/prettier-cucumber-jvm-html-reports/ https://gitlab.com/monochromata-de/cucumber-reporting-plugin

Following this I've managed to run the reporting plugin by doing: sbt "cucumber --tags @healthcheck --add-plugin de.monochromata.cucumber.report.PrettyReports:integration/target/test-reports/cucumber"

But I've had no luck getting it to work when trying to referencing the plugin from the build.sbt.... any ideas or thoughts how to accomplish this?

kieranbop avatar Jul 25 '19 09:07 kieranbop