Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 798 Bytes

Build

master
Build Status
Build Status

To build the jar run:

./gradlew build

Running

To take a screen shot on the device with serial number <serial number> and save it to <screenshot path>

java -jar screenshotTaker.jar <serial number> <screenshot path>

Testing

To run integration tests

./gradlew integrationTest -PdeviceSerial=<serial number>

Make sure that environment variable ANDROID_HOME is set to proper Android SDK location before running integration tests.