Steven Knox

Results 6 comments of Steven Knox

dotnet tool install -g corebdd.commandline corebdd test corebdd test --specs corebdd test --specs --output c:/users/steven/desktop/specs corebdd generate specs --output c:/users/steven/desktop/specs2 corebdd generate feature --name login --namespace SampleBDD.Tests corebdd generate scenario...

I haven't came across this issue, I'll take a look and get back to you asap

Yes, the divide by two example uses ScenarioOutline to enable data driven tests (its using xUnit Theory and InlineData under the hood) , this hasn't been implemented for gherkin generation...

@JJRimorin what do you mean you changed the file type? Im having the same issue on windows.. do you mean change it to something like viewer.txt ? and if so...

This was how i resolved in .NET 8 as adding the MIME Type to IIS didnt work for me ```csharp var provider = new FileExtensionContentTypeProvider(); provider.Mappings[".ftl"] = "text/plain"; app.UseStaticFiles(new StaticFileOptions...

Does 5.4.0 add support for any endpoint route or specifically just for serving the Swagger JSON endpoint? I had a look at the pull request adding that change but not...