You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: