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

Parallel test running taking longer than usual time. #174

Open
rupeshdream11 opened this issue Jul 10, 2020 · 0 comments
Open

Parallel test running taking longer than usual time. #174

rupeshdream11 opened this issue Jul 10, 2020 · 0 comments

Comments

@rupeshdream11
Copy link

rupeshdream11 commented Jul 10, 2020

Hi,

I did below configuration to run the UI test parallel, but it is taking longer than usual time. I am using two emulator to run these tests.:

Total time taken: 20 mins
Total tests: 35

./gradlew forkProStagingDebugAndroidTest

fork {
    title = "Parallel Instrumentation tests"
    testPackage = "com.app.example"
    poolingStrategy {
        manual {
            groupings {
                emulators = ["emulator-5554","emulator-5556"]
            }
        }
    }
}

Or is there any way to run parallel test faster than this?

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