Closed videege closed 6 years ago
And how do we run the tests to ensure the tags are accounted? did you run it through command line in a specific way?
@ttutisani I think I've addressed your comments in my latest commits.
@videege looks good. Although, merging is not possible because your branch seems to have conflicts with master branch. You need to fetch master and merge it into your branch. Then push your branch. Then it should be able to build and enable merging. Thank you!
OK, I rebased my changes on the latest master branch.
This PR adds support for translating Gherkin tags as "Category" traits on the generated XUnit tests. This PR also contains some minor typo fixes on class names.