android - Espresso UI + Spoon run tests in series -


i have complete test suite app, , i've set build & test server i'd hook ci infrastructure, every night ui tests run on number of emulators.

using spoon makes testing on multiple devices easy , nice due included reporting, has problem: runs tests on running devices.

now build server humble machine , running 5+ emulators @ same time impossible due ram requirements.

is there way run test in series, , possibly keep same reporting of them spoon?

you may want check spoon gradle plugin documentation. use sequential = true


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -