Balázs Epresi
Balázs Epresi
This is not a bug, but the way how xUnit works. What SpecFlow does: transforms your scenario outline to `InlineData`: From this: ```gherkin Scenario Outline: Test filters Given a parameter...
What I realized in the meanwhile is that during building a SpecFlow project, the MsBuild.Generation writes to the output the used config: [ConfigurationLoader](https://github.com/SpecFlowOSS/SpecFlow/blob/GH2546-specflowjson/TechTalk.SpecFlow/Configuration/ConfigurationLoader.cs#L100) Now the name of the config file...
Yes, compile time it is a parameter, at runtime it is an assembly attribute. Reading and setting is done in the [ContainerBuilder](https://github.com/SpecFlowOSS/SpecFlow/blob/918d02a2f19af944f8e40a3af97a61a3a67bf69c/TechTalk.SpecFlow/Infrastructure/ContainerBuilder.cs#L41)
In Generator, Runtime is a bit different, there is no parent container, so it's registered in the right one.
Hard-coded 'specflow.json' name doesn't allow different configurations for different test assemblies
I had an idea in the past how to solve this issue, which as far as I remember covered runtime and generation time as well. I'll try to find my...
Sorry, I somehow missed this mention... Also it was @tzongithub not @ozslab :) I will look into this, but my first thought that this should be the problem: [In PR...
The problem in this issue is that the `specflow.json` is not accepting a `listener` attribute for the `trace` configuration element. [App.config trace element](https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Configuration/AppConfig/TraceConfigElement.cs#L30) [specflow.json trace element](https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Configuration/JsonConfig/TraceElement.cs) There is a comment...
As far as I understood the problem is that if you have a test project, where the Sdk is `Microsoft.NET.Sdk.Web`, the Visual Studio Extension does not offer the **Item templates**:...
I would happily do this. The Hacktoberfest rules have been changed because of spams: https://hacktoberfest.digitalocean.com/details#details Can you please add the topic `hacktoberfest` to the repo? Thanks
Great, will it be open source too? :)