Boris Osipov

Results 100 comments of Boris Osipov

We don't download browser\drivers directly, but use `@puppeteer/browsers`. The issue seems will be fixed in https://github.com/puppeteer/puppeteer/pull/11923 and after release we have to update dependency in wdio.

@arnisgustins I just cloned and ran your project and I see correct report. How can I reproduce the problem? ![image](https://github.com/webdriverio/webdriverio/assets/6514276/27408344-b326-4ab8-abda-a4a547a2b215)

@KuznetsovRoman is it only for `automationProtocol: "devtools",` right?

@KuznetsovRoman `const divElement2 = await session.execute('document.querySelector("div")')` => `const divElement2 = await session.execute('return document.querySelector("div")')` missing `return` statement here and seems in all cases. Please check.

>If you have a better idea on how to identify such a user, please share it. Thank you for your reply. I don't know how to stop this spam either....

Yes I intentially not report hooks. Wdio hooks reporting with suppporting mocha+jasmine+cucumber with correct handling failed hooks and retries is hell. See for example allure imlementation that still has bunch...

>honestly I cant undestand why one need to exclude hooks from report I can easily explain. I don't have enough time to implement a solid solution for it. There are...

>Don't get me wrong I understand your concerns. nope

I didn't say "won't fix". For sure it is lack of functionality. I don't have time to implement it. It is an open source. You can research\implement\test it and make...