Forum Discussion

s-glatshtein's avatar
s-glatshtein
New Contributor
4 years ago

Running cucumber tests from external jar

Hello! I'm trying to package my cucumber tests and run them using a small java program. I annotate the test class with `@CucumberOptions` and i run the class using JUnitCore. It works pretty well, b...