-
**Observed behavior**
In a succeding test, I get a lot of information on the test execution:
The above "Test Body" includes a description of the steps in the test as well a Logcat dump and a v…
-
When opening the camera on the emulator, I need to dynamically substitute the qr code. I tried updating the virtual scene files, but the emulator needs to be restarted. How can I do that?
-
-
**Describe the bug**
Allure results files (e.g. `*-result.json`, `*-container.json`) are missing in the `allure-results` folder,
(attachments: videos, screenshots, logcat dumps are present in the…
-
https://github.com/KasperskyLab/Kaspresso/issues/547
I'll raise a PR shortly
-
-
**Describe the bug**
I have RecyclerView with several holders.
It's impossible to find the text here (see screenshot section) with
```kotlin
childAt(3) {
hasDescendant { containsText("Доб…
-
I'm having issues operating a RecyclerView with different ViewTypes in my UI tests, although I'm using the latest Kaspresso 1.5.2:
The RecyclerView is used for an Auto Completer and has two ViewTyp…
-
**Describe the bug**
Kaspresso recognizes SoftKeyboard as a SystemDialog and tries to close it.
**To Reproduce**
Steps to reproduce the behavior:
1. Start a screen with opened SoftKeyboard
2.…
-
**Describe the bug**
The first test always fails with the error
`lateinit property firstTestStartedDescription has not been initialized ` if I have more than one test then the rest of the tests run…