-
I tryed to write something like this:
```
AutologinScreen {
compose {
or(quickSignIn) { isNotDisplayed() }
or(quickSignIn) { clic…
-
Force kaspresso check version of adb server for compatibility.
If not compatible then report current and compatible version and fail test on first request to adb server.
-
`device.keyboard.typeText("йцуке")`
throws
`com.kaspersky.kaspresso.internal.exceptions.AdbServerException: command=input text й was performed with failed result=CommandResult(status=FAILED, descrip…
-
Flank: v8.1.0
Google Cloud SDK: 285.0.1
Tests are written using a new framework [Kaspresso](https://github.com/KasperskyLab/Kaspresso).
Tests were run via `gloud` CLI, but using Flank they fail…
-
Set dokka to work with at least two modules: kaspresso and kautomator
-
-
Currently `Kaspresso.default()` is feature-loaded (e.g. contains a screenshot interceptor for each step).
As discussed, default implementation should be more lightweight and we can provide few more…
-
В Telegram-чате Kaspresso&AdbServer support [RU] обсуждали идею удобного и интуитивно понятного API для ситуаций, когда необходимо ожидать появления View в иерархии (аналог Espresso Idling Resource).
…
-
It is hard to change something in the default Kaspresso.Builder without breaking of consistency. For example, to change a screenshots directory this code is required:
```
fun Kaspresso.Builder.ch…
-
As it is performed in `compose` methods there is a need to turn off flaky safety interceptors for `flakySafely` method