Evgenii Matsiuk
Evgenii Matsiuk
The new version contains improves for Compose syntax and Compose list work. Please wait for a new version that contains a fix for Compose lists. Ping Eugene Matsyuk.
Support such things for Kakao-Compose: ```kotlin step("Click on the First button") { simpleFlakyScreen { compose { or(firstButton) { assertIsDisplayed() } thenContinue { performClick() } or(secondButton) { assertIsDisplayed() } thenContinue {...

Now, it's not obvious how interceptors work and which interceptor works. Maybe, it makes sense to add more understandable debug logs.
Possible additional topics: 1. Who is responsible for pushing the entire autotests process. 2. The strategy of how to execute autotests. E2E, functional tests. What about tests in PR. Don't...
Add the possibility to make FullView screenshots. What are the FullView screenshots? When your feature's screen doesn't fit a device's screen then you have to make some screenshots scrolling your...
Hi, guys! I have one interesting question. Let's imagine the next application. In the begin there are modules: _app_, _feature-api_ and _feature-impl_. In _feature-impl_ I use moxy. So I know...
Sometimes desktop.jar generates a lot of logs. Yes, in https://github.com/KasperskyLab/AdbServer/pull/7 we collapse repeated parts of logs, but, maybe, it would be useful to turn off all logs, for example.