Closed 1YaHo01 closed 2 years ago
@RuslanMingaliev need your help
@1YaHo01 While fixing this issue, you can use Kaspresso and Allure 1.3.0 dependencies It is not missing there.
Hi everyone! 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.
Hello! i try to add allure-support into my project , but it's no works according to https://github.com/KasperskyLab/Kaspresso/blob/master/wiki/09_Kaspresso-Allure.md i've add to my build.gradle dependencies
gradle project is synced
but when i try to create class and start coding it shows unresolved reference error (test class under the androidTest folder)
i've tried clean project , rebuilt and etc. but it still no working (
Can you please help me ?