skipoleschris / xsbt-cucumber-plugin

Plugin to integrate Cucumber and Cuke4Duke into XSBT
Apache License 2.0
49 stars 48 forks source link

can't run scenarios using tags #41

Closed loicdescotte closed 10 years ago

loicdescotte commented 10 years ago

Hi,

If I run sbt cucumber @valid with a feature file like this :

@valid
Feature: blabla
     ....

All scenarios are run, not only the @valid file

Is this normal?

Thanks

loicdescotte commented 10 years ago

I found my problem, it works using quotes sbt "cucumber @valid"