-
## Description
> [!IMPORTANT]
> **Do not start working on implementation yet.** This is a `feature-request` that's pending maintainer feedback for open questions.
> **Researching feasibility of …
-
Find answer for this [Question](https://stackoverflow.com/questions/72051421/what-dependencies-and-other-lines-should-be-added-into-build-gradleapp-and-gr) .
- [x] Implement unit & instrumentation …
-
### Describe your environment
OS: Fedora 42/Rawhide (development version)
Python version: 3.13.0 (or 3.12.6)
Package version: 1.27.0 (or current `main`, e4ece57a8136310ed379c04fa77c6b6f8d009bbc)
#…
-
How can I do instrumentation tests using for instance Espresso and hamcrest view matchers if the PinEntry view does not support any input?
`Caused by: java.lang.RuntimeException: Action will not be p…
-
```AndroidTestCase``` and ```ActivityInstrumentationTestCase2``` come from old and deprecated Android platform testing API.
May we consider to migrate current UI tests to Espresso 3.0?
-
Make the code SqlDelightBeforeYouDieDbTest.kt run on both desktop and as an android instrumentation test.
-
### Description
I have stumbled upon an issue where, if my instrumentation test filter is not able to run any tests, gradle build fails. Is there a way to avoid this ?
I have a test suite consisti…
-
Hi!
First of all let me start by letting you know that we are very happily using SugarORM for a school project, this is a really useful and functional library.
We are now trying to setup some Espres…
-
A `check` Gradle task is causing some instrumentation tests to fail. It seems they're consistent, as I've found the same problem in a Nexus 5X and several emulators.
@pedrovgs Travis .yml is not exec…
-
Here's an example run demonstrating the issue:
https://travis-ci.org/lvh/caesium/jobs/141869494
Tests run fine without cloverage. With cloverage, the type hints break. This apparently is bad enough …