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
Post a Comment