xsbt-cucumber-plugin
xsbt-cucumber-plugin copied to clipboard
can't run cucumber tests with "sbt test"
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