square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 476 forks source link

Add option to run all tests in single instrumentation call #492

Closed smuldr closed 6 years ago

smuldr commented 7 years ago

Running all tests in separate instrumentation calls can lead to significant increase in the overall runtime of the test set. This adds a --single-instrumentation-call flag to make the spoon runner run all tests in a single call, similar to the behavior in Spoon v1.x.

Related to #456.