Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Continue test run in case of crash #131

Closed
evgengal opened this issue Mar 28, 2018 · 3 comments · Fixed by #157
Closed

Continue test run in case of crash #131

evgengal opened this issue Mar 28, 2018 · 3 comments · Fixed by #157

Comments

@evgengal
Copy link

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

@artem-zinnatullin
Copy link
Collaborator

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.

@dsvoronin
Copy link
Contributor

Will be possible here: #135

@artem-zinnatullin
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants