-
Correct work with storage (migrate from Manage all external storage permission to Scoped storage)
-
I tried combine Kaspresso with LeakAssertions. And some UI test failed by Kaspresso LanguageImpl.cachedActivity (Log below).
```
Application memory leaks were detected:
============================…
-
Hi,
Apologies for the stupid question, but what and how should I use to implement a solution for a following type of problem:
"If a dialog X appears in a random moment in a Kaspresso test, close i…
-
In case if we use in our tests checks like:
```
. . .
control {
hasText("bla bla")
}
. . .
```
And this check will be failed. We'll get output like:
```
E/KASPRESSO: All attempts to…
-
**Describe the bug**
Docs in https://github.com/KasperskyLab/Kaspresso/tree/master/docs are out of date and causes problems when opening a project in Windows
-
**To Reproduce**
Steps to reproduce the behavior:
1. Run test "counter" (com.kaspersky.kaspresso.alluresupport.sample.AllureSupportCustomizeTest#counter);
2. Open Allure result json file.
**Actu…
ursar updated
2 years ago
-
I took screenshots for different locales using your library. And I noticed that layout direction wasn't changed to Rtl for Arabic localization. Rtl support is enabled in my project.
Dependency: "co…
-
**Describe the bug**
VideoRecordingTestInterceptor not recording video in version 1.4.2(also there is a known bug with file directory creation which is fixed in 1.4.3) and 1.4.3. According to the log…
-
When I run instrumentation tests from terminal using `./gradlew clean app:connectedDebugAndroidTest` using `Kaspresso` dependency, Gradle shows me an error:
```
> A failure occurred while executing …
-
I just tried out your sample code and when I edit the "samples/kaspresso-sample/src/main/res/layout/activity_main.xml" layout to have a big space at the beginning like this:
https://gist.github.com…