Skip to content

3.4.0: Gradle Plugin, Java 11 and enhanced Cucumber Support

Compare
Choose a tag to compare
@dodie dodie released this 04 Dec 20:31
· 203 commits to master since this release
08b9caf

New features:

  • Gradle Plugin #44 . See this guide for configuration options.
  • Java 11 and Java 12 Support #47 #77
  • Support for io.cucumber:cucumber-java #45 . See the example project.

Fixes:

  • Scott now calculates local variable scopes based on labels, instead of line numbers. This fixes some issues with tests using try-with-resources or unusual formatting. #46, #19