facebook / screenshot-tests-for-android

Generate fast deterministic screenshots during Android instrumentation tests
http://facebook.github.io/screenshot-tests-for-android
Apache License 2.0
1.74k stars 229 forks source link

Performance? #308

Open lexon opened 2 years ago

lexon commented 2 years ago

Is there anyway to improve the performance? We have > 400 tests and they take depending on machine 7-15 minutes. I am just wondering if there is something like parallel test execution, split the tests by categories, e.g. launch 5 exactly same emulators and run 1/5 of the tests on each and merge results after?