How can I specifies attachment filename of test step in cucumber-js #2555
-
Hi, everyone. I need your help. ↓ This is my current allure test step report image - just "attachment".↓ This is my javascript codeif (messageReportable) {
world.attach(JSON.stringify(inputData, null, 4), "application/json");
world.attach(JSON.stringify(outputJson, null, 4), "application/json");
} |
Beta Was this translation helpful? Give feedback.
Answered by
baev
May 9, 2024
Replies: 1 comment 1 reply
-
the issue allure-framework/allure-js#801 already fixed in allure-framework/allure-js#909 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jungwooyung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue allure-framework/allure-js#801
already fixed in allure-framework/allure-js#909