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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -