You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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