-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
β
acceptedThe core team has agreed that it is a good idea to fix thisThe core team has agreed that it is a good idea to fix thisβ‘ enhancementRequest for new functionalityRequest for new functionality
Description
π€ What's the problem you're trying to solve?
Currently HTML formatter can show link list as raw URIs. With long URIs it can lead to cluttered ui:
β¨ What's your proposed solution?
Allow this.link()
to accept list of objects { title: string, url: string }
:
this.link(
{ title: 'Cucumber-js', url: 'https://github.com/cucumber/cucumber-js?param=value' },
{ title: 'Cucumber-jvm', url: 'https://github.com/cucumber/cucumber-jvm?param=value' },
);
Then output in reporter would be as follows:
β Have you considered any alternatives or workarounds?
No response
π Any additional context?
No response
Metadata
Metadata
Assignees
Labels
β
acceptedThe core team has agreed that it is a good idea to fix thisThe core team has agreed that it is a good idea to fix thisβ‘ enhancementRequest for new functionalityRequest for new functionality