kieranbop

Results 2 issues of kieranbop

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'm running jacoco as my coverage tool as part of my unit tests and that runs fine. When I then try and run my seperate cucumber tests `sbt cucumber` I...