xsbt-cucumber-plugin icon indicating copy to clipboard operation
xsbt-cucumber-plugin copied to clipboard

can't run cucumber tests with "sbt test"

Open loicdescotte opened this issue 10 years ago • 0 comments

Hi,

If I run sbt test then my unit tests are running but not my cucumber tests

In my build.sbt file I have

seq(cucumberSettingsWithTestPhaseIntegration : _*) :+ (cucumberJsonReport := true)

cucumberFeaturesLocation := "test/features"

I need to run sbt test cucumber to run unit and bdd tests Did I miss something?

Thanks

loicdescotte avatar May 07 '14 07:05 loicdescotte