Description of the feature request
With the device testing workflow:
Add an option to allow retrying failed tests on firebase test lab devices without running another build.
Use case / for what or how I would use it
Tests frequently fail on physical devices for non test related reasons, like disconnecting from the accessibility server, snapshot fail, main window not found. All things that point to having to retry the test.
Currently if a test fails the entire build / test cycle has to run again. And for anyone with something more than a very basic ui test this happens a lot.
Adding an option to the workflow for device testing to retry is essential.