Reqnroll icon indicating copy to clipboard operation
Reqnroll copied to clipboard

Text alignment in html report is incorrect

Open SNBogdanov opened this issue 4 months ago • 5 comments

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

ARN-T5688.feature.zip

nts/files/22338169/report.html)

Steps to Reproduce

No specific steps, just make scenario outline

Link to Repro Project

No response

SNBogdanov avatar Sep 15 '25 13:09 SNBogdanov

Would you mind resubmitting the generated html report? The linked zip had only the source feature file in it.

clrudolphi avatar Sep 15 '25 20:09 clrudolphi

report.html

SNBogdanov avatar Sep 16 '25 06:09 SNBogdanov

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.

clrudolphi avatar Sep 16 '25 16:09 clrudolphi

Related issue at Cucumber team: https://github.com/cucumber/react-components/issues/404

gasparnagy avatar Sep 16 '25 16:09 gasparnagy

Thank's

SNBogdanov avatar Sep 16 '25 16:09 SNBogdanov