You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trys to setup test for external compose-based application with Kautomator.
Current examples and tutorials not cover this case and i've been stucked
only dependency to install is pkg:maven/com.kaspersky.android-components/[email protected]
but it has not package com.kaspersky.components.composesupport.core which used in sample https://github.com/KasperskyLab/Kaspresso/blob/master/samples/kaspresso-compose-support-sample/src/androidTest/kotlin/com/kaspersky/kaspresso/composesupport/sample/screen/ComposeMainScreen.kt
of cause it's not possible to use native KakaoCup page objects, while where is not usual SemanticProvider
UiScreen cannot work with compose
Please:
provide explanation about KNode, because i cannot use kaspresso with Compose or fix dependency list
provide example with Kautomator+Compose
make it more clear, that UiScreen cannot be used with Compose, may be in documentation
The text was updated successfully, but these errors were encountered:
comdiv
changed the title
Cannot work with Compose and especially Kautomator
Cannot work with Compose and especially Kautomator+Compose - not clear examples
Jan 4, 2025
Trys to setup test for external compose-based application with Kautomator.
Current examples and tutorials not cover this case and i've been stucked
pkg:maven/com.kaspersky.android-components/[email protected]
com.kaspersky.components.composesupport.core
which used in samplehttps://github.com/KasperskyLab/Kaspresso/blob/master/samples/kaspresso-compose-support-sample/src/androidTest/kotlin/com/kaspersky/kaspresso/composesupport/sample/screen/ComposeMainScreen.kt
Please:
The text was updated successfully, but these errors were encountered: