temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 121 forks source link

What is 'glue' ? #92

Closed djangofan closed 7 years ago

djangofan commented 7 years ago

It is hard to tell what 'glue' is since your documentation doesn't describe it.

I am getting this error:

The parameters 'glue' for goal com.github.temyers:cucumber-jvm-parallel-plugin:2.2.0:generateRunners are missing or invalid

OR , i get

initializationError(Parallel01IT) Time elapsed: 0.004 sec <<< ERROR! java.lang.IllegalArgumentException: Not a file or directory: C:\Users\me\Documents\GitHub\cucumber\org.glue.package.name

djangofan commented 7 years ago

Ok, i figured it out from sheer luck: <glue>src/test/java/org/glue/package/name</glue>

djangofan commented 7 years ago

Closing.