Describe the bug
if a test fails on beforeAll\beforeEach statement - only trace goes in attachments, replacing first
To Reproduce
Steps to reproduce the behavior:
- Run few test with an error in beforeAll\beforeEach statement
- Can not reproduce with first test in a worker - only on second and later, so we need tests count more than workers
- Generate allure-report (or load to Allure TestOps) from allure-results jsons
- In second test in a worker we can see only trace.zip replacing first attachment. If we load it in https://trace.playwright.dev/ - we can see all attachments in exacts steps
Expected behavior
All attachments goes to exact step, also with a trace, if it configured
Screenshots

Version
- @playwright/test: 1.56.1
- allure-playwright: 3.4.3