Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links on report do not export "name" field anymore #638

Closed
jacxon4 opened this issue Mar 14, 2023 · 1 comment · Fixed by #973
Closed

Links on report do not export "name" field anymore #638

jacxon4 opened this issue Mar 14, 2023 · 1 comment · Fixed by #973
Assignees
Labels
theme:cucumberjs CucumberJS related issue
Milestone

Comments

@jacxon4
Copy link

jacxon4 commented Mar 14, 2023

Since version 2.0.0-beta.19 the Links are not publishing the name field on the result report. (See diff between beta.18 here)

The Type definition still set that field as optional (as per CucumberAllureWorld) but is not propagated to the final object on parseTagsLinks method

return {
url: matcher.urlTemplate.replace(/%s$/, tagValue) || tagValue,
type: matcher.type,

Proposal:

  • Continue following same approach as before and inject the result of the tagValue as name
  • Allow setting name field with a pattern or hook
@vovsemenv vovsemenv added the theme:cucumberjs CucumberJS related issue label Apr 7, 2023
@baev baev added this to the 3.0 milestone Apr 10, 2024
@epszaw epszaw mentioned this issue May 22, 2024
2 tasks
@epszaw
Copy link
Member

epszaw commented May 22, 2024

Hey, @jacxon4! The feature will be available again since next, 3.0 version

@baev baev closed this as completed in #973 May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:cucumberjs CucumberJS related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants