gojuno/composer

Continue test run in case of crash

evgengal opened this issue · 3 comments

I have a test run on 5 emulators and more than 50 tests.
Is it possible to continue the run for the rest of the emulators if an RuntimeException appeared on one emulator?

Full error:
screenshot from 2018-03-28 06-40-27

It's not easy on Composer level atm.

To implement it we need to know what tests are going to be run #66, which we don't do atm and collect this information as test execution goes.

Or we need an Orchestrator/etc #90 that'll handle application crash and hide it from Composer.

Will be possible here: #135

Yep, sounds like "Orchestrator"-specific configuration option.