maiflai / gradle-scalatest

A plugin to enable the use of scalatest in a gradle Scala project.
The Unlicense
73 stars 35 forks source link

Feature request: replace `ScalaTestAction` with Gradle native test actions #99

Open rpalcolea opened 2 years ago

rpalcolea commented 2 years ago

Hi,

While taking a look at implementation details of the plugin, found that tests are executed on its own JavaExec process.

One of the downsides of using a custom JavaExec is that the test tasks are not compatible with several Gradle and Gradle Enterprise features:

Overall, these features are huge build performance boosters that unfortunately Today folks using the plugin can not take advantage of them

maiflai commented 2 years ago

thanks - have you tried https://github.com/helmethair-co/scalatest-junit-runner?