Features

  • #85 - Allow for more than one build file per test project

  • #89 - Allow for assigning a name pattern for the gradle distribution download

  • #97 - When running with Gradle 4.5+ adding --warning-mode=all to command-line.

  • #98 - TestKit work data can be captured for each test in a subfolder called testkit-data.

  • #107 - Location of TestKit work data can be controlled per group of test or discarded after every test.

Breaking changes

  • #1 - Legacy mode removed: This release will only support compatibility tests against Gradle 3.0 or later.

Bugs

  • #96 - Add explicit import of GradleVersion to generated compatibility tests.

  • #108 - JaCoCo not reporting coverage with gradleTest

  • #114 - Use Spock Framework 1.2

Other

  • #104 - Eliminate Gradle 5.0 warnings with regards to classesDir vs classesDirs.

  • #99 - Remove debug printout from integration tests