Running Espresso Tests on Multiple Devices with Spoon

Faruk Toptaş
Android Bits
Published in
3 min readJan 13, 2018

--

If you haven’t seen my previous post about testing robots you may want to read to enhance your instrumentation tests.

Spoon is great library to distribute instrumentation tests to multiple devices. It aims to simplify testing by distributing instrumentation test execution and displaying the results in a meaningful way.

Spoon runs the tests on multiple devices simultaneously.

After completing all tests on all devices. A fancy HTML file is generated to see the overall result of tests for each device.

http://square.github.io/spoon/

Implementation

--

--