Pavel Feldman
Pavel Feldman
If you believe this is a Playwright bug, please follow the BUG template and provide a scenario I could reproduce locally (without external dependencies and pages specific to your app)
Closing as per above.
Depending on whether you want the test body (along with the fixtures and ability to add annotations) to run for the skipped tests, or not run for the skipped tests,...
It sounds like I did not understand the issue then. Could you provide the exact snippet that I can run locally, along with your expectations and the description of the...
Could you elaborate on what exactly you'd like to see?
Your request is clear, thanks!
```js page.on('console', message => { if ( message.type() === 'error' ) { throw new Error(message.text()); } }); ``` I suspect you've seen it in a tweet, but this in fact...
I tried reproducing your original issue with ```js import { test as baseTest, expect } from '@playwright/test'; export const test = baseTest.extend({ page: async ({ page }, use) => {...
Closing as non-actionable due to the lack of repro. Please open a new bug if you manage to create a repro we can use.
A side question while I'm looking at it: trace is a strict superset of the vide, why do you need both?