-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hello, I'm trying to implement Allure Report on our Reqnroll test environment. I was able to install all the nuget packages to our project and install Allure CLI to run commands for generating a report file.
Our testing environment and project consists of:
Windows 11
Visual Studio 2022 v17.13.5
.NET Framework 4.8
NUnit 3.13.3
Reqnroll 2.4.0
Java 22.0.2
OpenJDK Runtime Environment (build 22.0.2+9-70)
OpenJDK 64-Bit Server VM (build 22.0.2+9-70, mixed mode, sharing)
When I execute one of our tests from visual studio, the test passes as normal, allure creates the container and result json files under allure-results folder. And when I use the command
allure generate --single-file
it creates allure-report folder and creates an index.html file. (I have attached the json files and the html file to the issue)
6d848e1500424c2e805bdff63df8749d-container.json
8f44e3fb6a7f48829b28c36e2c22633f-result.json
cbb1ccd90f5d47b4ad8c45b82ce12409-container.json
The problem is when I open the html file, it's an empty report with lots of UNKNOWN and ??? texts , there is no data. Don't know what's the issue and need help troubleshooting. I have also tried allure serve command and also generate command without the --single-file parameter. They all have the same issue, empty report...