Open WhittlesJr opened 6 years ago
Although we may be able to extend cupickle's parser to handle this without too much trouble, the best course of action is probably to depend on another gherkin parser if it exists, since mine is quite hacky and isn't very actively maintained (as you can tell!). When I created this lib there weren't many good options but it's been a couple of years, so there might be some decent parsers now!
A good first step would be to add a failing test.
lein-cucumber / cucumber-jvm is really good. The problem I had was that I was having trouble making cucumber tests a part of the executable, rather than just a lein task. (My application is an automated test system).
lein-cucumber / cucumber-jvm is really good. The problem I had was that I was having trouble making cucumber tests a part of the executable, rather than just a lein task. (My application is an automated test system).
It's possible that the Cucumber spec has changed since this was written, but these days, tags denoted by an @ sign can be referenced in the invocation of cucumber to limit the tests that are run to only those tests which contain the tag(s) given.
https://github.com/cucumber/cucumber/wiki/Tags