You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
I would like to execute all tests one by one in different processes as Orchestrator does it.
We can extract all tests names with dex-test-parser and execute tests one by one, in this case we will have valid instrumentation output(@artem-zinnatullin mentioned problems with instrumentation output of orchestrator).
Pros: clean heap for each test
Cons: broken @parameterized tests