Skip to content

Instantly share code, notes, and snippets.

View myleswh's full-sized avatar

myleswh

View GitHub Profile
Privacy Policy
built the Ominous Beeping App app as a Free app. This SERVICE is provided by at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Ominous Beeping App unless otherwise defined in this Privacy Policy.
Information Collection and Use
@myleswh
myleswh / gist:69f2697feed465fd5528570ec1db6bd1
Last active January 23, 2018 16:56
Using AndroidTestOrchestrator to Shard tests with XML test reports
# Example of using AndroidTestOrchestrator with Sharding to generate jenkins friendly XML reports
# 2 shard example
# Replace "com.example.test" with the name of the package containing your tests.
# Replace DEIVCE_SERIAL_ID with device IDS.
adb -s DEVICE_SERIAL_ID_0 shell 'CLASSPATH=$(pm path android.support.test.services) app_process / \
android.support.test.services.shellexecutor.ShellMain am instrument -w -e \
-e numShards 2 -e shardIndex 0 \
targetInstrumentation com.example.test/android.support.test.runner.AndroidJUnitRunner \
android.support.test.orchestrator/.AndroidTestOrchestrator' &
Privacy Policy
MylesWH built the dBstream app as a Free app. This SERVICE is provided by MylesWH at no cost and is intended for use as is.
This page is used to inform website visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at dBstream unless otherwise defined in this Privacy Policy.