Closed loicdescotte closed 10 years ago
Hi,
If I run sbt cucumber @valid with a feature file like this :
sbt cucumber @valid
@valid Feature: blabla ....
All scenarios are run, not only the @valid file
Is this normal?
Thanks
I found my problem, it works using quotes sbt "cucumber @valid"
sbt "cucumber @valid"
Hi,
If I run
sbt cucumber @valid
with a feature file like this :All scenarios are run, not only the @valid file
Is this normal?
Thanks