Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Espresso - support multiple packages in a test suite #388

Open
auras opened this issue Jul 27, 2021 · 0 comments
Open

Espresso - support multiple packages in a test suite #388

auras opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@auras
Copy link

auras commented Jul 27, 2021

🚀 Feature Proposal

Espresso supports specifying multiple packages to run tests from, and even the Legacy RDC runner supports that as well.

Motivation

Currently to run tests from multiple packages I would need to create a separate tests suite for each package. That would slow down running tests if I were to run then with no concurrency, because each suite needs to bootstrap the device.

Example

  - name: "PR Tests"
    testOptions:
      package: 
        - com.domain.tests.feature
        - com.domain.tests.health
        - com.domain.tests.onboarding
      clearPackageData: true
      useTestOrchestrator: true
    devices:
      - name: "Samsung Galaxy.*"
        platformVersion: 9
@alexplischke alexplischke added the enhancement New feature or request label Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants