
Viktor Nemes
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 20
Comments
Recent activity by Viktor Nemes-
Wildcards are not supported when you are using absolute paths. It should work with relative ones: (assuming you are in the folder C:\Repos\Tests.API.BDD\Automation\) livingdoc feature-folder C:\Rep...
-
This is a bug that the build task fails with this error.You have a scenario outline where you have an inconsistent example section table where multiple columns have the same title. something like S...
-
In your upgrade now the latest Plugin version: 3.9.30 you can use the {Now} placeholder to include the timestamp in the generated json file names: https://docs.specflow.org/projects/specflow-living...
-
Currently this is not supported. We have a similar feature request here: https://support.specflow.org/hc/en-us/community/posts/360014166338--SpecMap-Allow-Azure-queries-to-identify-all-cards-presen...
-
You can find the Download links in the bottom left corner: Direct link:https://docs.specflow.org/_/downloads/specflow/en/latest/pdf/
-
If you update something in the .feature file. e.g change the wording of the step then you need to manually update the c# source code. SpecFlow does not automatically update the regular expressions ...
-
You can inject the ITestRunnerManager to your code and get the assembly containing the feature files from the TestAssembly property: public sealed class Steps1{ private readonly ITestRunnerManag...
-
If you don't see Living Doc updated it can have multiple reasons: - the pipeline was not building the branch what you have modified -> you need to queue a pipeline for the correct branch - the pipe...
-
You can find the SpecFlow+Excel documentation here: https://docs.specflow.org/projects/specflow-excel/en/latest/
-
Is this issue happening during local test runs or on the build server?Please open a support ticket here https://support.specflow.org/hc/en-us/requests/new and attach your execution log file of the ...