Description of the feature request
When using the Virtual Device Testing for Android step I want to run only some of my UI tests.
Specifically we have some Screenshot tests that we don’t want to run.
Locally we do this via naming convention and
-Pandroid.testInstrumentationRunnerArguments.tests_regex="^.*(Ui|Android)Test.*$"
I can’t find a way to pass this tests_regex
to the step? Is there a way or can support for this be added? I tried looking into the source of the step myself, but Go is not my expertise