Evgenii Matsiuk

Results 16 issues of 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.

enhancement

Support such things for Kakao-Compose: ```kotlin step("Click on the First button") { simpleFlakyScreen { compose { or(firstButton) { assertIsDisplayed() } thenContinue { performClick() } or(secondButton) { assertIsDisplayed() } thenContinue {...

bug
question

![image](https://user-images.githubusercontent.com/2050571/135984964-cadbc065-d9de-4c42-8d29-601760b37ef3.png)

enhancement
good first issue

Now, it's not obvious how interceptors work and which interceptor works. Maybe, it makes sense to add more understandable debug logs.

enhancement

@ele638 для тебя

documentation

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...

documentation

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...

enhancement

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.