android - Automation testing with ARC? -
android - Automation testing with ARC? -
i'm using arc manually test app, hoping move towards automation of testing process.
is possible utilize arc automate tests, similar selenium webdriver ff/chrome?
i know it's still in development process incredibly helpful.
yes. arc supports android adb "shell instrument" command, per android documentation
see getting started document starting adb.
if create .apk tests separate .apk beingness tested, need bundle both .apk files in .crx package. should straightforward incorporate doing , launching tests build/test environment.
android google-chrome-arc
Comments
Post a Comment