
Mario Steiner
- Total activity 147
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 62
Posts
Recent activity by Mario Steiner-
Allow to output the cucumber.json format
AnsweredHi, I was wondering if it would be possible to generate a report in a JSON format. Cucumber allow this, through the -f or -p option. This is the missing piece in using SpecFlow in a complexe projec...
-
[Online Gherkin Editor] Share a feature file with a service like GitHub Gist
Enable to save and quickly share feature files with a service like GitHub Gist. We are curious if there is a need to quickly draft or write a feature file/scenarios with our Online Gherkin Editor, ...
-
[VisualStudio Extension] Support binding inheritance or fix VS IntelliSense for external assemblies
Hello,I'm trying to use SpecFlow to test product on two levels - API and UI. I have one set of Features for both API and UI tests and three assemblies,Product.Tests.SharedSteps.dll, Product.Tests.A...
-
[SpecFlow] Rider IDE Support
CompletedWould you please take into consideration Rider IDE support. Related jetBrains ticket is here: https://rider-support.jetbrains.com/hc/en-us/community/posts/207696605-Specflow-Add-on Source: https:...
-
[SpecFlow] Visual Studio Mac Support
It would be good to have VS for Mac supported. It's not a major change, just need to set the app version to 7.0 and build using the latest add-in nuget. I've already updated Mike Jones' one: mikeyj...
-
[SpecFlow] Find unused step definitions in SpecFlow 3+
CompletedSpecFlow Version: 3.0 Issue Description Before SpecFlow 3, you could generate a report to find unused step definitions (see Reporting and the original resolved issue #307). However, this isn't p...
-
[Specflow+Runner] Support for TestRunParameters
Not plannedSpecflow+Runner Specrun doesn't support TFS 2015 Secret Variables: In a TFS 2015 build definition it's possible to set Variables. These variables are also set as environment variabeles on the agent...
-
[SpecFlow] Be able to access MSTest TestContext in BeforeTestRun/AfterTestRun hook
CompletedIt is possible to access the MSTest TestContext in the AssemblyInitialize hook of MSTest. [AssemblyInitialize] public static void AssemblyInit( TestContext context ) { .... } Since SpecFlow 3...
-
[SpecFlow] Add Cucumber Expressions
Cucumber Expressions are a new, simpler way to glue Gherkin steps to step definition methods. They are currently supported in Cucumber, Cucumber-JS, and Cucumber-JVM. It would be fitting to support...
-
[SpecFlow] Load runtime plugin without additional assembly
CompletedWhat I want to achieve is to trace the test status (like through implementing our own ITestTracer). Is there a way to register our version of ITestTracer class within the test project itself, rathe...