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

Code generator to convert Gherkin file into C# test code? #127

Open princefishthrower opened 2 years ago

princefishthrower commented 2 years ago

Hi, does anyone know of a tool like this (for visual studio code, converts .feature files to a jest skeleton): https://marketplace.visualstudio.com/items?itemName=Piotr-Porzuczek.jest-cucumber-code-generator-extension

Would save a lot of time from otherwise having to copy and pasting the decorators in my tests :)

Thanks!