You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any possibility to open these up? Say passing through Proto objects (which don't need to be known by the framework) and adding a plugin mechanism in the instrumentation test runner, to run these?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is there a good mechanism for running small plugins during the test, or is there value in supporting it?
Mobly has a bunch of predefined Snippets, that are callable from (python) scripts
https://github.com/google/mobly-bundled-snippets/tree/master/src/main/java/com/google/android/mobly/snippet/bundled
Building on top of https://github.com/google/mobly-snippet-lib
Then end up getting run in an instrumentation test with slightly elevated priviledges.
The equivelant feature in Maestro seem implemented by specific commands like setLocation
https://maestro.mobile.dev/reference/geo-location
https://github.com/mobile-dev-inc/maestro/blob/cf4ebf726a47ddd5e503316a99e6c458b77587f5/maestro-proto/src/main/proto/maestro_android.proto#L64
Is there any possibility to open these up? Say passing through Proto objects (which don't need to be known by the framework) and adding a plugin mechanism in the instrumentation test runner, to run these?
All reactions