Closed aurimas-zarskis closed 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.
Jetpack compose sample has
Kaspresso.Builder.withComposeSupport()
extension, but when I includekaspresso
andkaspresso-compose-support
artefacts this extension is missing.