Skip to content
#

instrumentation-tests

Here are 48 public repositories matching this topic...

Barista
kenyee
kenyee commented May 14, 2019

assertAny() is a nice feature to let us check any views that are hard to match.

Please add a similar clickAny() method that you can specify a matcher for. Or maybe clickOn() that takes a matcher instead of just an ID or String?

Use case is if a screen has a layout that has a few other layouts included, there are duplicate IDs so you need to reference the parent of the layout you want to cle

folkyatina
folkyatina commented Mar 5, 2020

Downloading section says that all you should do is to add

id 'marathon' version 'X.X.X'

to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:

pluginManagement {
    resolutionStrategy {
        eachPlugin {
            if (requested.id.id == "marathon") {
        

Improve this page

Add a description, image, and links to the instrumentation-tests topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the instrumentation-tests topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.