kiwigrid / gherkin-testcafe

Run testcafe tests with gherkin syntax
MIT License
69 stars 2 forks source link

Exclude scenarios using the NOT operator '~' for tags #18

Closed JakeTheSnake closed 5 years ago

JakeTheSnake commented 5 years ago

Hi! I needed the ability to be able to commit incomplete scenarios but mark them so that the CI-system would not run them. I simply added the not-operator '\~' that can specify tags that must not be present on scenarios if they are to run. The '\~@TAG'-style is older gherkin, while the newer style uses "not @TAG" instead, but I did not want to include a space lest it interferes with the CLI.

My first pull request btw :)

Lukas-Kullmann commented 5 years ago

Thank you for your contribution, @JakeTheSnake!

I added you as a contributor to the package.json and published v1.4.0. :)