-
Notifications
You must be signed in to change notification settings - Fork 45
If the application process crashes, the JUnit xml file is not generated #154
Comments
Also, the HTML is not generated and further tests are not run (#131). |
Seeing the same problem. |
This may or may not be related, but i'm seeing failed tests causing the whole process to crash (even through ATO), which then doesn't generate the xml. |
I gave up using composer. I use Android Test Orchestrator for robustness and it will crash only the affected test, but not the entire tests class and the xml is always generated. |
@nacuteodor android test orchestrator slows my test builds down by ~300-400%. What are you doing to handle the slow speeds? |
@abjerstedt I am not using gradle to build with the Android Test Orchestrator. I just deploy the orchestrator apks to the emulator and then run the tests with the orchestrator. So, that doesn't seem to noticeble slow down the tests runtime. The tests builds are built independently of the Android Test Orchestrator. |
Ran the tool like this:
The text was updated successfully, but these errors were encountered: