SpecFlow icon indicating copy to clipboard operation
SpecFlow copied to clipboard

Documentation request: How to show more than one living docs under the same azure devops project in case of a monorepo

Open kostas-kapasakis opened this issue 1 year ago • 0 comments

Product:

  • [ ] SpecFlow
  • [ ] SpecFlow+ Runner
  • [x] SpecFlow+ LivingDoc
  • [ ] SpecMap

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.

image

Our yaml pipelines are running following task

          - task: techtalk.techtalk-specflow-plus.specflow-plus.SpecFlowPlus@0
            displayName: 'SpecFlow+ build step.'
            inputs:
              generatorSource: TestAssembly
              testAssemblyFilePath: ${{ parameters.api_tests_project_dll_path }}
              projectName: ${{ parameters.application_name }}
              output: 'LivingDoc/${{ parameters.application_name }}.json'

Thanks in advance.

kostas-kapasakis avatar Oct 10 '24 16:10 kostas-kapasakis