LivingDoc not generated in view
AnsweredHi,
Currently setting up the LivingDoc for our Azure Devops project but cant see anything generated in the SpecFlow+ LivingDoc menu.
Project TargetFramework = net472
I've setup the build step in my yaml as follows:
- task: SpecFlowPlus@0
displayName: 'SpecFlow+ Build'
continueOnError: true
timeoutInMinutes: 10
inputs:
projectFilePath: '$(SolutionName).$(ProjectName)'
projectName: '$(SolutionName).$(ProjectName)'
projectLanguage: 'en'
testExecutionJson: '$(SolutionName).$(ProjectName)\bin\$(BuildConfiguration)\**\TestExecution.json'
... and here's the successful step execution in the CI
0
-
What do you see in the SpecFlow+LivingDoc menu? Are there any errors in the browser console?
The output indicates that the "Upload was successful", so theoretically the data should be available in AzDo.
0 -
Just a blank page.
0 -
0
-
This is now fixed. Reinstalled the extension to retrigger the product activation. Appreciate the response Zoltán Tóth
0
Please sign in to leave a comment.
Comments
4 comments