Skip to content

softwaresauna/gradle-kotlin-dsl-cucumber-configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle Kotlin DSL cucumber configuration

codecov

Example of how to configure cucumber and jacoco using Gradle 7+ with the Kotlin DSL.

Why?

Almost all the content explaining how to configure cucumber with gradle 5+ uses groovy as the language for the build script. As I'm using Kotlin for my new projects, I decided to create an example build for future projects, and hope to help someone. I'm also using jacoco for test coverage, so there's also a simple configuration for that.

About

How to configure cucumber using Gradle Kotlin DSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 89.0%
  • Gherkin 11.0%