AndroidTestXRunner icon indicating copy to clipboard operation
AndroidTestXRunner copied to clipboard

This library allows you to run Android UI tests multiple times in a single instrumentation execution.

Results 2 AndroidTestXRunner issues
Sort by recently updated
recently updated
newest added

The `addTests(Description)` method no longer exists on the `TestEventClient` so running tests results in a `NoSuchMethodException`. I've tried to fix this myself by using reflection to set the `tests` property...

Hi its possible retry failed tests ?