sbt / sbt-cucumber

Cucumber plugin for SBT.
Other
20 stars 14 forks source link

Exclude feature proposal #25

Open dfurmans opened 2 years ago

dfurmans commented 2 years ago

As already can do

sbt "cucumber -tags @my-tag"

Would be great to have

sbt "cucumber -tags-exclude @my-tag"
dfurmans commented 2 years ago

Looks like with

sbt "cucumber --tags ~@my-tag"

is already excluding, so covering the need that posted.

Looks like this does not works.