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'm using Playwright for API testing. It works well with the Allure report, but I miss seeing details of the request, like body, headers, payload, etc.
Describe the solution you'd like
I'd like to see the request details in the report
Describe alternatives you've considered
I could add info + attachments to every request but it would be nice if it would be already in allure.
Additional context
So currently it looks like this:
it would be nice to see more details of all those steps
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm using Playwright for API testing. It works well with the Allure report, but I miss seeing details of the request, like body, headers, payload, etc.
Describe the solution you'd like
I'd like to see the request details in the report
Describe alternatives you've considered
I could add info + attachments to every request but it would be nice if it would be already in allure.
Additional context
So currently it looks like this:
it would be nice to see more details of all those steps
The text was updated successfully, but these errors were encountered: