-
Hi!
Are there any plans to support JUnit5?
Currently it can be enabled for plan espresso tests with https://github.com/mannodermaus/android-junit5 on API above 26.
-
Hi guys!
Let's join our efforts to make Android UI Testing easier! I am an author of the [Kaspresso library](https://github.com/KasperskyLab/Kaspresso).
What do you think about an alliance of our …
-
How does integration with `allure` work?
I see that an `allure-results` directory is created with reports inside, but they do not include `steps` or links from annotation like `@TmsLink`. Is there…
-
Hi ,
I my sample android app in java and wrote Kaspresso sample test in koltin .
I am facing unknown compilation issue .
But same test app works fine when sample android app is written in koltin .
…
-
Hi.
I wrote my tests using Kaspresso framework. Everything work find except I don't see any screenshots when my tests fail.
**Where can I find my screenshots?**
If I try to run `gradle connec…
-
Hi.
I am trying to
1. clone https://github.com/KasperskyLab/Kaspresso/tree/master/kaspresso/kaspresso-sample
2. run `gradle connectedAndroidTest`
it starts running tests (on emulator), but free…
-
I add a new module to the project. PR with changes https://github.com/avito-tech/avito-android/pull/412
And on configuration phase I get and error:
```
* What went wrong:
An exception occurred …
-
For some cases you can't use WebView of http clients for web.
For that need to implement support of Selenium to adb server and add api to kaspresso.
Simple use case: device offline
-
https://github.com/KasperskyLab/Kaspresso
-
Hi,
Sorry, maybe it's a dumb question and Kaspresso doesn't work the way I think it does.
I really would like to give Kaspresso a try but I can' find any documentation for my problems. Let's say…