SpecFlow
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
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.
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.