Skip to content

auto-detect apk path is not respected if multiple variants configured in configs #60

Description

@witchlock
fladle {
    serviceAccountCredentials(testLabApiKey)

    devices = [
        new Device("Pixel2", 28, null, null)
    ]    

    configs {
        one {
            variant = "one-debug"            
        }
        two {
            variant = "two-debug"            
        }
    }
}

Running runFlankOne or runFlankTwo is expected to get the right app and test path however it will choose a random variant during auto-detection

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions