Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Test Module Compatibility? #33

Closed
mandrachek opened this issue Mar 9, 2023 · 1 comment
Closed

Test Module Compatibility? #33

mandrachek opened this issue Mar 9, 2023 · 1 comment

Comments

@mandrachek
Copy link

I'm using a separate test module. I tried applying simple-flank in the build.gradle of my test module (using groovy, so I had to convert the configuration in the README), and it syncs and still compiles without a complaint.

simpleFlank {
    credentialsFile = file("credentials.json")
    devices = [new io.github.flank.gradle.NexusLowRes(30)]
    environmentVariables = [
        clearPackageData: 'true',
        useTestStorageService: 'true'
    ]
    directoriesToPull = ["/sdcard/"]
    keepFilePath = true
    testTimeout = "15m"
    recordVideo = true
    failFast = true
    performanceMetrics = true
}

However, there is no simpleFlank task in my project, nor anything with flank in the name at all.

@mandrachek
Copy link
Author

This is essentially a duplicate of #26.

@mandrachek mandrachek closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant