Feature Request: Add option to skip re-installation of apk during buckw test
Created by: Blisse
We are using Buck and OkBuck in our Android workflow.
One feature request we have is that when running ./buckw test
for instrumentation tests, if we could have an option (--skip-install
) to skip the re-installation and simply run the instrumentation test immediately, because apk installation frequently takes up to a minute, which really hampers our incremental development time.