Boris Osipov

Results 100 comments of Boris Osipov

>It would be pretty much useful not to fail the method, since actually animations are working in the application even in such cases (e.g., some animation after clicking on other...

@HannaTarasevich Improved in what direction? We can detect animation only via `requestAnimationFrame()` callback. Such callback never calls in hidden browser. If we ignore that the browser is hidden and return...

@christian-bromann The issue author seems to explain well enough what the problem is. You don't understand it well because you're not a daily allure user :) When we talk about...

In short, we need to get rid of the current implementation of `step()` here https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-allure-reporter/src/common/api.ts#L244 and implement it via `start\endStep` functions.

Hi @paul-gladoon! Thanks for reporting and for providing a reproducible example. This seems to be a bug. We greatly appreciate any contributions that help resolve the bug. While we understand...

>Yes, can you clarify why this is not the desired behavior? A step can be seen as a test since there can be more than one command being executed. It...

@tech-dm-klymenko Video-Reporter is a reporter, not a framework. Remove from your package.json `@wdio/mocha-framework` set in `wdio.conf.ts` `framework: 'mocha',` and run test. In this case, we would like to see the...

`Β―\_(ツ)_/Β―` @christian-bromann help us to reproduce the issue

@GCHQDeveloper911 is this reproducible with wdio v5? I kindly ask you check it or share simple project to play with this. I am wondering how other reporters deal with it....