We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
name
The Type definition still set that field as optional (as per CucumberAllureWorld) but is not propagated to the final object on parseTagsLinks method
parseTagsLinks
allure-js/packages/allure-cucumberjs/src/CucumberJSAllureReporter.ts
Lines 225 to 227 in f7fcf04
Proposal:
tagValue
pattern
The text was updated successfully, but these errors were encountered:
add ability to format runtime links accordingly provided templates
561ea1a
relates to #638
Hey, @jacxon4! The feature will be available again since next, 3.0 version
Sorry, something went wrong.
epszaw
Successfully merging a pull request may close this issue.
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
methodallure-js/packages/allure-cucumberjs/src/CucumberJSAllureReporter.ts
Lines 225 to 227 in f7fcf04
Proposal:
tagValue
asname
name
field with apattern
or hookThe text was updated successfully, but these errors were encountered: