Seeking Guidance on Implementing Allure Step Annotations with Serenity/JS #2598
Unanswered
waleedKhalidCalrom
asked this question in
How to... ?
Replies: 1 comment 1 reply
-
Hey @waleedKhalidCalrom! Allure automatically reports Serenity/JS tasks and interactions in Playwright Test-based implementations. That's because Serenity/JS uses Playwright Test Since WebdriverIO lacks a similar mechanism, to achieve the same level of integration we'll need #2580 to be implemented. Please upvote it if you're interested in this functionality, and if there's enough interest in the community, I'll look into implementing it. Alternatively, if you have the capacity, I'd be happy to walk you through implementing it yourself and contributing back to Serenity/JS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using serenityjs + jasmine + webdriverIO
here is wdio Config code
Allure report working fine but it not showing the task and interaction as steps in allure report
if is set disableWebdriverStepsReporting: false, then it shows the steps but not as per interactions and tasks
Beta Was this translation helpful? Give feedback.
All reactions