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
The goal is to :
execution
devices
device
app apks
app apk
test apks
$ flank corellium test android run
apk
test apk
corellium: test-apks: - app: /path/to/app1.apk tests: - apk: /path/to/app-android-test1.apk - app: /path/to/app2.apk tests: - apk: /path/to/app-android-test1.apk - apk: /path/to/app-android-test2.apk
corellium: test-apks: - app: /path/to/app.apk tests: - apk: /path/to/app-android-test1.apk shards: - shard-0: - "class com.TestClassA#test1" - "class com.TestClassA#test2" - "class com.package2.TestClassB#test4" - shard-1: - "class com.TestClassA#test3" - "class com.package2.TestClassB#test1" - "class com.package2.TestClassB#test2" - "class com.package2.TestClassB#test3" - apk: /path/to/app-android-test2.apk shards: - shard-0: - "class com.ParameterizedTest" - "class com.package3.TestClass3#test5" - shard-1: - "class com.package3.TestClass3#test1" - "class com.package3.TestClass3#test2" - shard-2: - "class com.package3.TestClass3#test3" - "class com.package3.TestClass3#test4"
The standard JUnitReport.xml
JUnitReport.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Corellium Android Tests MVP
Goal
The goal is to :
Design
Constraints
execution
can invoke manydevices
for testingdevice
can be used for testing manyapp apks
app apk
can have associated manytest apks
Keywords
execution
- a single run of the$ flank corellium test android run
.device
- an abstraction for the device provided by Corellium through VPN+ADB or API.app apk
-apk
file with application.test apk
-apk
file with tests.Diagram
API
Input
Auto sharding:
Manual sharding:
Output
The standard
JUnitReport.xml
The text was updated successfully, but these errors were encountered: