maiflai / gradle-scalatest

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

[POC] gradle configuration cache #110

Closed tnielens closed 1 month ago

tnielens commented 7 months ago

This demonstrates some possible changes for the plugin to support the configuration cache. It's not complete as the test suite needs adaptations. I tested this manually on a project of mine.

I won't continue with this in the short term as I'll explore the scalatest engine for junit5 first. Feel free to reuse and/or close the changes here.

maiflai commented 7 months ago

thanks very much - have you seen helmet?

I thought it integrates well with Gradle's native JUnit support and doesn't require updating your tests.

tnielens commented 7 months ago

thanks very much - have you seen helmet?

Yes I found the reference in another ticket of this project. Thanks 👍