Closed keisop closed 3 years ago
Thanks for the repro and for the gif! This issue is very well described! We found the problem and will be fixed in the next release.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
SpecFlow Version:
Used Test Runner
Version number: 3.5.14
Project Format of the SpecFlow project
packages.config
<PackageReference>
tags.feature.cs files are generated using
SpecFlow.Tools.MsBuild.Generation
NuGet packageSpecFlowSingleFileGenerator
custom toolVisual Studio Version
Enable SpecFlowSingleFileGenerator Custom Tool
option in Visual Studio extension settingsAre the latest Visual Studio updates installed?
<Major>.<Minor>.<Patch>
.NET Framework:
Test Execution Method:
<SpecFlow> Section in app.config or content of specflow.json
Issue Description
feature files in different folders can have the same feature title. when generating living doc with living doc generator, navigation in the tree will only ever open the first feature file with that title.
when you try to navigate to a scenario which title does not exist in said first feature file, then you get a blank page and cant navigate back anymore and have to reopen the html entirely (i could not try out how this would behave in azure devops).
Steps to Reproduce
see attached gif
also attached the generated living doc html (in zip file) LivingDoc_featureNavigationBug.zip
Repro Project
https://github.com/keisop/SpecFlow-Examples/tree/BookShopStructure/ASP.NET-MVC/BookShop/BookShop.AcceptanceTests/Mapping_Navigation%20Bug