KasperskyLab / Kaspresso

Android UI test framework
https://kasperskylab.github.io/Kaspresso/
Apache License 2.0
1.81k stars 154 forks source link

Missing extension function #343

Closed aurimas-zarskis closed 2 years ago

aurimas-zarskis commented 2 years ago

Jetpack compose sample has Kaspresso.Builder.withComposeSupport() extension, but when I include kaspresso and kaspresso-compose-support artefacts this extension is missing.

matzuk commented 2 years ago

Hi! We are working on this problem. Currently, there is a small hack to work around the issue. Just copy-paste ComposeSupportKaspressoBuilder.kt and AllureSupportKaspressoBuilder.kt classes into your project keeping package naming. It'll give you the same functionality and allow you to use compose or allure support.