gherkin-ast
Advanced tools
Changelog
3.0.0 - 2021-01-19
Added support for normal and parametirized tags:
@tag
same as new Tag("tag")
@suite(smoke)
same as new Tag("suite", "smoke")
All methods of a tag work with both type of tags. Also added Tag.parseString(string)
to be able to parse a tag string to any of the above type of tags.