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

Parallel test running taking longer than usual time. #174

@rupeshdream11

Description

@rupeshdream11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions