Skip to content

v2.2.0

Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 29 Sep 20:26
· 60 commits to master since this release

New Features

  • JaCoCo Support: Create a JacocoReport task for each test set if the plugin is used together with the jacoco plugin
  • Added environment and systemProperties properties on the TestSet to conveniently modify the environment variables / system properties of the connected Test task (reimplemented feature from 1.x)

Improvements

  • Upgraded build to use Gradle 5.6.2 and Kotlin 1.3.50
  • Upgraded tests to use assertk 0.20 library
  • Added createTestSet method on TestSetContainer for better support of polymorphic container in Kotlin DSL

Fixes