tsundberg / gradle-cucumber-runner

A gradle plugin for running Cucumber-JVM
Apache License 2.0
20 stars 10 forks source link

Add the option to provide multiple glues #8

Closed keychera closed 2 years ago

keychera commented 2 years ago

This is an attempt to solve #6

this add the cucumber build command extraGlues that accept arrays of string of glues. I use a new option because I haven't found a way to change the current glue option that can accept both array and string at the same time without breaking existing functionality.

this also add the option to specify multiple glues via command line option following how multiple plugins are specified

I detailed how to use them in the README.md

tsundberg commented 2 years ago

Looks good

Thank you.