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

How to send a parameter for a RunListener #168

Open
ViliusKraujutis opened this issue Sep 1, 2021 · 0 comments
Open

How to send a parameter for a RunListener #168

ViliusKraujutis opened this issue Sep 1, 2021 · 0 comments

Comments

@ViliusKraujutis
Copy link

To specify one or more RunListeners to observe the test run one could add an extra parameter like this: -e listener com.foo.Listener,com.foo.Listener2.

Full command would look like this:

adb shell am instrument -w -e debug true -e listener com.example.testrail.exampleapp.ExampleRunListener com.example.testrail.exampleapp.test/androidx.test.runner.AndroidJUnitRunner

How could I pass such extra parameters to the devicefarm-ci-tool? Anyone had an experience with this?

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

1 participant