├── README.md ├── README_Monkey.md ├── README_Replay.md ├── XTest ├── MacAdb │ └── adb ├── WindowsAdb │ ├── AdbWinApi.dll │ ├── AdbWinUsbApi.dll │ └── adb.exe ├── runOnMac.sh ├── runOnWindows.bat └── xtest-agent └── screenshot ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── Monkey ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png └── 7.png └── Replay ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── record.gif └── replay.gif /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/README.md -------------------------------------------------------------------------------- /README_Monkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/README_Monkey.md -------------------------------------------------------------------------------- /README_Replay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/README_Replay.md -------------------------------------------------------------------------------- /XTest/MacAdb/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/MacAdb/adb -------------------------------------------------------------------------------- /XTest/WindowsAdb/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/WindowsAdb/AdbWinApi.dll -------------------------------------------------------------------------------- /XTest/WindowsAdb/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/WindowsAdb/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /XTest/WindowsAdb/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/WindowsAdb/adb.exe -------------------------------------------------------------------------------- /XTest/runOnMac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/runOnMac.sh -------------------------------------------------------------------------------- /XTest/runOnWindows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/runOnWindows.bat -------------------------------------------------------------------------------- /XTest/xtest-agent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/XTest/xtest-agent -------------------------------------------------------------------------------- /screenshot/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/1.png -------------------------------------------------------------------------------- /screenshot/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/2.png -------------------------------------------------------------------------------- /screenshot/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/3.png -------------------------------------------------------------------------------- /screenshot/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/4.png -------------------------------------------------------------------------------- /screenshot/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/5.png -------------------------------------------------------------------------------- /screenshot/Monkey/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/1.png -------------------------------------------------------------------------------- /screenshot/Monkey/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/2.png -------------------------------------------------------------------------------- /screenshot/Monkey/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/3.png -------------------------------------------------------------------------------- /screenshot/Monkey/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/4.png -------------------------------------------------------------------------------- /screenshot/Monkey/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/5.png -------------------------------------------------------------------------------- /screenshot/Monkey/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/6.png -------------------------------------------------------------------------------- /screenshot/Monkey/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Monkey/7.png -------------------------------------------------------------------------------- /screenshot/Replay/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/1.png -------------------------------------------------------------------------------- /screenshot/Replay/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/2.png -------------------------------------------------------------------------------- /screenshot/Replay/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/3.png -------------------------------------------------------------------------------- /screenshot/Replay/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/4.png -------------------------------------------------------------------------------- /screenshot/Replay/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/5.png -------------------------------------------------------------------------------- /screenshot/Replay/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/6.png -------------------------------------------------------------------------------- /screenshot/Replay/record.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/record.gif -------------------------------------------------------------------------------- /screenshot/Replay/replay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-grey/XTest/HEAD/screenshot/Replay/replay.gif --------------------------------------------------------------------------------