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

Set option for Enable Orchestrator #4

Open
UtsavG93 opened this issue Mar 5, 2021 · 1 comment
Open

Set option for Enable Orchestrator #4

UtsavG93 opened this issue Mar 5, 2021 · 1 comment

Comments

@UtsavG93
Copy link

UtsavG93 commented Mar 5, 2021

i want to run my Espresso Test with Orchestrator Enable, google have given below argument to set, so how to set the option?
--use-orchestrator

@ckurtm
Copy link

ckurtm commented Dec 1, 2021

you can already do this from the device spec file e.g.

virtual:
  type: instrumentation
  app: app/build/outputs/apk/dev/debug/app-dev-debug.apk
  test: app/build/outputs/apk/androidTest/dev/debug/app-dev-debug-androidTest.apk
  use-orchestrator: true
  num-flaky-test-attempts: 1
  device:
    - { model: Pixel2, version: 30, locale: en } # Google Pixel 2
    - { model: Pixel2, version: 28, locale: en } # Google Pixel 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants