We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically create and/or invoke the required amount of android devices.
A single function
The number of required devices.
Ids list of invoked devices.
The text was updated successfully, but these errors were encountered:
feat: Corellium adapters (#1880)
609b1b8
Fixes #1837 ## Test Plan > How do we know the code works? The [example](https://github.com/Flank/flank/blob/4e50f68bd03c97e16e0054025d1d31a30e4020ba/corellium/adapter/src/test/kotlin/flank/corellium/adapter/AdaptersExample.kt#L53) code should execute tests on Corellium devices and stream output from `am instrument` command Is not needed to testing this PR carefully because the adapter implementation could change during further integration and the final MVP testing.
jan-goral
Successfully merging a pull request may close this issue.
Description
Automatically create and/or invoke the required amount of android devices.
API
A single function
Input
The number of required devices.
Output
Ids list of invoked devices.
The text was updated successfully, but these errors were encountered: