tsundberg / gradle-cucumber-runner

A gradle plugin for running Cucumber-JVM
Apache License 2.0
20 stars 10 forks source link

Is there any way can add jvmArgs to generate jacoco report #7

Closed chengxinxing-airwallex closed 2 years ago

chengxinxing-airwallex commented 2 years ago

I want to generate jacoco report from cucumber tests in gradle koltin dsl. Is there any way that I can add a JaCoCo Agent jar with this jvm Argument? @tsundberg https://stackoverflow.com/questions/30851776/getting-jacoco-report-from-cucumber-tests-with-gradle

tsundberg commented 2 years ago

I don't know.

I propose that you give it a try. If there are any changes needed in this plugin, then please share a pull request with the desired changes.