Michael Bodnarchuk
Michael Bodnarchuk
Actually this was fixed in https://github.com/Codeception/Codeception/pull/3255
+1 for wildcard methods
Yes, they seem to be related. RunFailed extension is not updated to handle examples and specify test names.
Can you open a DevTools and show a console report there?
I don't really know when screenshots are taken btw. Probably they are on the last executed step. However, snapshots not always work fine so maybe we will make snapshot/screenshot part...
Good idea, thanks!
Which node version do you use?
we don't take screenshots at this moment. maybe this will be configured in future versions
Sorry, i didn't get what is a default file and why do you prefer to use npm config instead of codeceptjs conf
Thanks, seems useful Could you add also usage documentation into https://github.com/codeceptjs/CodeceptJS/blob/3.x/docs/playwright.md It would be also nice to have a more detailed example where you actually use `_startBrowser` and `_startContextPage` This...