Open
Description
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