google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
636 stars 177 forks source link

Allow overriding props with setters via config in `AndroidDevice`. #644

Closed xpconanfan closed 4 years ago

xpconanfan commented 4 years ago

This enables users to set props like debug_tag in testbed configs.

This change is Reviewable