Donal Mee

Results 3 comments of Donal Mee

Yeh this is quite annoying tbh. It would be nice if it was fixed.

Suggested this fix for it https://github.com/microsoft/playwright-pytest/pull/118

Do I have a solution? Not really. My initial thoughts were altering the line to include `rep_setup.failed`/`rep_teardown.failed`: https://github.com/microsoft/playwright-pytest/blob/main/pytest_playwright/pytest_playwright.py#L226 So this ```python # If requst.node is missing rep_call, then some error...