Specify multiple glue packages in Eclipse Cucumber Feature Runner -
i trying run cucumber feature files using cucumber plugin eclipse. when setup run configuration, specify glue path package containing step defs follows which works:
classpath:com.company.path.to.stepdef
however, have feature files need access step def classes in different packages (in different jars). have tried various permutations specify multiple packages in glue field, ever finds stepdefs in first package.
Comments
Post a Comment