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
Is your feature request related to a problem? Please describe.
I use allure-playwright@2.0.0-beta.18 with playwright/test in my project, and I want show some parameters related to test info in my test report, but I can't find any api to do this. Currently I stdout the parameters and attach them to allure report as a workaround.
I investigate allure-js-commons, I find a usefull function, and I try to use it in allure-playwright but failed.
Describe the solution you'd like
I'd like to use have a function like allure.parameters({key,value}), maybe your team has a better solution.
Additional context
playwright/test@1.24.0
allure-playwright@2.0.0-beta.18
The text was updated successfully, but these errors were encountered:
yon11101
changed the title
[allure-playwright]: Need a new feature to add parameters to test report
[allure-playwright]: Need a new feature to add parameters to allure report
Jul 29, 2022
Is your feature request related to a problem? Please describe.
I use allure-playwright@2.0.0-beta.18 with playwright/test in my project, and I want show some parameters related to test info in my test report, but I can't find any api to do this. Currently I stdout the parameters and attach them to allure report as a workaround.
I investigate
allure-js-commons
, I find a usefull function, and I try to use it inallure-playwright
but failed.Describe the solution you'd like
I'd like to use have a function like
allure.parameters({key,value})
, maybe your team has a better solution.Additional context
The text was updated successfully, but these errors were encountered: