Text alignment in html report is incorrect
Reqnroll Version
3
Which test runner are you using?
MSTest
Test Runner Version Number
don't know
.NET Implementation
.NET 9.0
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 } }
Issue Description
For scenario outline some steps in report are right justified instead of lef justified
[report.html](https://github.com/user-attachme
nts/files/22338169/report.html)
Steps to Reproduce
No specific steps, just make scenario outline
Link to Repro Project
No response
Would you mind resubmitting the generated html report? The linked zip had only the source feature file in it.
This is a default behavior of the Cucumber Html-Formatter and the Cucumber React Components which are used to generate the report. Table cell entries that contain digits are right-aligned.
At this time, we have no way to control that behavior, but I have raised the issue with the Cucumber team.
Related issue at Cucumber team: https://github.com/cucumber/react-components/issues/404
Thank's