-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Reqnroll Version
3.3.1
Which test runner are you using?
MSTest
Test Runner Version Number
4.0.2
.NET Implementation
.NET Framework 4.8
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"bindingAssemblies": [
],
"runtime": { "stopAtFirstError": true },
"generator": {
"allowDebugGeneratedFiles": false,
"allowRowTests": true
}
}Issue Description
I used reqnroll v 3.2.1 and it was Ok, but with wrong detection of number in HTML report so I opened issue
#835
Thi issue was closed in 3.3.1
But after updating reqnroll to v 3.3.1 my report becomes unreadable.
Before I had managed to skip test with AssertInconclusiveException without exception text in report. Also I had correct scenario outline with all success, failed and not run scenarios. Now I don't have it at all. So report became different and completely unusable. Is it possible to configure html behaviour by setting some parameters or I need to rollback version back to 3.2.1
Arena_Autotest_ARN-T5688_Regress_20260112152754.html
Arena_Autotest_ARN-T5688_Regress_20260112153051.html
Steps to Reproduce
No steps, just check report
Link to Repro Project
No response