gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

HTML report will now render stacktrace, if any #156

Closed jonas-m- closed 5 years ago

jonas-m- commented 5 years ago

TestItem screen of HTML test report will now display stacktrace data, that was available before in the JavaScript data anyway, but was not displayed

Before:

screenshot 2018-09-17 21 43 39

After:

screenshot 2018-09-17 21 43 57
CristianGM commented 5 years ago

if you just restart the build on Travis it will probably work. It was an issue with jCenter ( a timeout )

jonas-m- commented 5 years ago

if you just restart the build on Travis it will probably work. It was an issue with jCenter ( a timeout )

I saw the failure and hoped someone with write access to the repo would retry the job for me as I'm not able to do so (unless I push another commit or reopen the PR)

CristianGM commented 5 years ago

@artem-zinnatullin @yunikkk ?

CristianGM commented 5 years ago

@jonas-m- maybe you can simply push an empty commit to be sure then they review this PR the checks are green.

yunikkk commented 5 years ago

Sorry guys for the silence, I will review it today a bit later.