Skip to content

Instantly share code, notes, and snippets.

View FachrulCH's full-sized avatar
🇮🇩
Bismillah

Fachrul Ch FachrulCH

🇮🇩
Bismillah
View GitHub Profile
@arjunv
arjunv / keyevents.json
Created December 2, 2018 00:01
All Android Key Events for usage with adb shell
{
"key_events": {
"key_unknown": "adb shell input keyevent 0",
"key_soft_left": "adb shell input keyevent 1",
"key_soft_right": "adb shell input keyevent 2",
"key_home": "adb shell input keyevent 3",
"key_back": "adb shell input keyevent 4",
"key_call": "adb shell input keyevent 5",
"key_endcall": "adb shell input keyevent 6",
"key_0": "adb shell input keyevent 7",
@jeromelefeuvre
jeromelefeuvre / .rspec_parallel
Last active August 28, 2018 09:39
Merge all Parallel Specs files in one
--colour
--format html --out tmp/parallel_specs/report<%= ENV['TEST_ENV_NUMBER'] %>.html