sbt / sbt-cucumber

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

Warning when passing --tags args to command line #6

Open lawtonel opened 5 years ago

lawtonel commented 5 years ago

Hi

I've been running my tests from the command line with sbt 'cucumber --tags ~@ignore'

And I am getting this warning: WARNING: Found tags option '~@ignore' Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead.

However when I try to use the 'not @tag' it doesn't appear to work. Any ideas?

lewismj commented 5 years ago

I will take a look, was hoping to do a new release with a new cucumber-jvm that supports 2.12/2.13 Scala.