Skip to content

html-formatter: Users encounter file names instead of feature names #81

Open
@cowang

Description

@cowang

Users are looking for features to review on the test-results web page, but the page is a list of file names to click on. These file names can be lengthy and are mangled if any spaces or special characters occur in them, making it difficult to find the specific feature that programmers want to review, much less non-technical users. This is especially a problem when the path to the feature files is long.

Ideally, feature names would be listed instead of file names, or before them.

If the programmers/testers use readable and complete file names, alternatives would be to list the file name before the path or highlight the file name so that it can be found over on the right-hand side.

ADDED INFO

You can see an example of a web page that is currently produced at https://truej-lang.org/TestResults/ReadyFeatures.html

It is important to preserve the ability to order the list of features. They currently seem to be ordered alphabetically by the full path name. Also, having the full path name may be useful to programmers may help them locate the feature that they wish to inspect.

I am using cucumber-jvm:6.10.2 and cucumber-java:6.10.2, and I don't know if this is a problem with languages other than Java.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions