
"Cannot find the specified testAssembly:" the project name is getting ...
displayName: 'Generate the SpecFlow + LivingDocs reports for C.com' inputs: generatorSource: 'FeatureFolder' projectFilePath: 'D:\Agent\_work\2\s\C.com' testAssemblyFilePath: …
SpecFlow+ Runner - Using custom template, from CLI --report …
The template I'm using only has one change from the default template, I've embedded a json output of the results in a hidden div for an automated solution to collect and compare between versions. …
Targeting Multiple Browser with a Single Test without SpecFlow+ Runner
I know that the specflow team is no longer supporting SpecFlow+ Runner is there updated documentation for how to Target Multiple Browsers with a Single Test and have the latest specflow …
[SpecMap] Ability to move work item up and down while changing …
Would be great if SpecMap could adjust the DevOps Priority when I move tiles up or down. We are currently using SpecMap as an alternative to Excel for creating and updating our Feature Maps. It …
[Specflow] UnitTest test steps (add Get, Set, TryGetValue to ...
This is not the nicest way in my opinion and could be fixed if the ISpecflowContext exposes the aforementioned methods. Or is there another, better, way to unit test our Specflow Test classes? I …
SpecFlow+LivingDoc Tunneling socket error 407
SpecFlow Community General Discussions SpecFlow+LivingDoc Tunneling socket error 407 a.vermeulen2 December 23, 2022 06:46
[Specflow+Runner] Replacement of TestContext (MSTest) in Specflow ...
I run c# test project with Specflow+Runner and run it in the Azure Devops yaml pipeline. We are running multiple scenario in parallel and we want to have log file for each individual test scenario but in the …
Boa-Constrictor – SpecFlow
Action should integrate with Boa-Constrictor Library (https://github.com/q2ebanking/boa-constrictor) - Connect Logging - Make Actor easy available via Context Injection
Is there a way to parameterize a feature the same thing with a scenario ...
Hello, I was wondering if it is possible to run the tests under a certain feature using different parameters. My point is that I know there is something called scenario outline which allows running the same …
Capture standard test output – SpecFlow
Sep 22, 2021 · I need to capture the test standard output by code and send it in an email body. How can I achieve this ? If not, is it possible to add a method into ISpecFlowOutputHelper interface to get this …