Kaspresso
Kaspresso copied to clipboard
Android UI test framework
This happens for example in screens containing several Scrollable views like one "CollapsingToolbarLayout" and a "ScrollView/NestedScrollView/RecyclerView..." e.g. the layout I was using to fix ScrollView with padding: [Layout with CollapsingToolbarLayout,...
В этом ПРе создается модуль с конвеншнами для сборки third-party-code отчетов. Сами конвеншны пустые и ссылка на репозиторий хранится в пропертях из-за политики безопасности в Лаборатории Касперского. Генерируем мы эти...
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.
Hi, does 1.4.1 contain update fix for allure dependencies 2.4.0? https://github.com/KasperskyLab/Kaspresso/pull/356 They changed the implementation from `object AllureAndroidLifecycle` to `class AllureAndroidLifecycle` and as result it cause the trace: ``` java.lang.NoSuchFieldError:...
When using newer versions of the library, Gradle is unable to find and download the library sources (which allow you to read and debug the source code directly on the...
All the sample tests should be passed on Pull Requests
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/BenedictP/86dc99308851010bc11a4ada98f3c3e6 The samples/kaspresso-sample/src/androidTest/kotlin/com/kaspersky/kaspressample/simple_tests/SimpleTest.kt will fail. I...
Support such things for Kakao-Compose: ```kotlin step("Click on the First button") { simpleFlakyScreen { compose { or(firstButton) { assertIsDisplayed() } thenContinue { performClick() } or(secondButton) { assertIsDisplayed() } thenContinue {...