ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

feat: adding support for exposing tags as xunit category traits #29 #30

Closed videege closed 6 years ago

videege commented 6 years ago

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.

ttutisani commented 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?

videege commented 6 years ago

@ttutisani I think I've addressed your comments in my latest commits.

ttutisani commented 6 years ago

@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!

videege commented 6 years ago

OK, I rebased my changes on the latest master branch.