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

How to display screenshots in HTML report #165

Closed tir38 closed 5 years ago

tir38 commented 5 years ago

I ran Composer and got a full HTML test reports. I can see the screenshots in the generated file structure but I don't see how to view them from inside the HTML report. When I click on individual tests in the HTML report I only see the logs.

f-lolom commented 5 years ago

Hello

I have submitted a PR #161 with the fix, but it has not been reviewed yet. In the meantime, I have uploaded my fork with the fix under the following artifact : com.flolom.composer:composer:0.5.1

tir38 commented 5 years ago

Great! this look like it's already contained in your PR and #163 So I'll close this issue.

I'm using Composer Gradle Plugin, so I'll have to wait for your PR to go in before using your fix

adrey commented 5 years ago

@tir38 if you are using gradle plugin you can use custom version of composer dependencies { composer "com.flolom.composer:composer:0.5.1" }