Open kostas-kapasakis opened 1 month ago
I would advised all to not use Specflow+ Runner or LivingDoc as its currently not being supported or developed - migrate to MsTest or Nunit and also update to latest .net 8+ and use third party reporting libraries such as extent report.
Specflow is working perfectly fine for me with the above changes in the following daily github actions repo -> https://github.com/DeLaphante/CynkyAutomation/actions
Product:
What is missing: How can we utilize the yaml parameters for the SpecflowPlus build task to run the plugin in more than one test projects under the same repository and all of them being shown in the living doc plugin in the same azure devops project ?
Currently each result overrides the previous and only one is shown a time.
Our yaml pipelines are running following task
Thanks in advance.