Html is not having test passed/failed details
We are trying to hook up living docs to generate reports for spec flow tests. In our use case we are installing the living doc cli within the docker and then later using it to generate the report from TestExecution.Json by running the command below :
livingdoc test-assembly OurSpecflowTest.dll -t TestExecution.json
With this we are able to generate the HTML report but it doesn't have test pass and test failure details to it.
-
Is this real command you are using?
Most of the time the command is executed from the wrong folder, but as you are using the test-assembly way, this should not matter.
0 -
Yes this is the command that we are using, TestExecution.json file is getting generated in the container and we are going inside the directory of the json file and running the above command but then HTML generated has not pass or failure result.
We have the living doc installed in the container using dotnet version 3.1.
From my machine locally I am able to generate the report. just the difference in my local and in container is the version of dotnet which we are using. In local it is dotnet 6.
0 -
Could you post a screenshot of the project structure?
0 -
Sharing the screen shot of the directory where our .dll and TestExecution.json file is residing.
From the same directory we are running the command to generate the report, but the report looks empty as above.
Command : livingdoc test-assembly OurSpecflowTest.dll -t TestExecution.json
0 -
Thanks for the screenshot. But that one doesn't help me.
I need one of the project/folder structure.There are some issues with dots in folder names and I want to check if this is the issue in your case.
0 -
Is it possible if we can schedule a call for tomorrow, I will walk you through the folder and show you how are we using living doc in our service ?
0 -
Sorry, that is not possible.
We don't do 1:1 support anymore and never had calls. The team is too small that we can provide this kind of support for a free tool.
0 -
Okay.
Folder structure we have is : C:\Dell\Debug\net6.0
TestExecution.json is under net6.0
0
Please sign in to leave a comment.
Comments
8 comments