Vladimir Krasnochub
Vladimir Krasnochub
Doesn't playwright inspector already do this in a way it considers most effective?
Yup, would be nice to see ESM
Looking at trace files, it seems like Page automatically collects console errors even when not specifically asked to do so through page.on(). Would indeed be nice to just access the...
@mxschmitt What if I have a test that utilizes two different page fixtures? This thing will probably gather all console messages from both of them with no way to easily...
I can't figure out how to make it work with pattern described here https://playwright.dev/docs/auth#testing-multiple-roles-with-pom-fixtures (without the POM part, just bare page with preassigned storage state)
Very weird. 18 and 21 don't work as expected either. Only 19 for whatever mysterious reason
@dgozman It seems that this issue is dependant on me using yarn instead of npm. Works fine when I do npm install, bad when I do yarn install. Is this...
Interrupt signal is one thing, but then why is behavior of vanilla `npx playwright show-report` different when the project is installed through npm and through yarn?
Yes, would be nice to set up an alias for custom APIRequestContext and BrowserContext. Network tab is hard to work with when using multiple contexts.
I am not sure if this is the same issue, but I encountered double process termination prompts. It happens on some node/npm versions, but doesn't on others I encounter this...