Search code examples
cucumbercucumber-jvmcucumber-java

What is the first cucumber version where "Support for '~@tag' will be removed from the next release of Cucumber" is shown when '~@tag' is used?


Is there a way to find it out? I tried to read cucumber's for java changelog https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md, but didn't find anything.


Solution

  • With the introduction of tag expressions "(not @foo and @bar) or @baz" in v2.0.0 the "~@foo, @bar", "@baz" style tags were deprecated. Supported for these deprecated tags has been removed in v5.0.0-RC1.