An open API service indexing awesome lists of open source software.

https://github.com/sloy/android-screenshot-reporter

[WIP] Take screenshot during your Espresso tests and see them later in a report.
https://github.com/sloy/android-screenshot-reporter

Last synced: 4 months ago
JSON representation

[WIP] Take screenshot during your Espresso tests and see them later in a report.

Awesome Lists containing this project

README

          

# Android Screenshot Reporter

Take screenshot during your Espresso tests and see them later in a report.

The tool consists in two dependencies: a client library to take screenshots (based on [Falcon](https://github.com/jraska/Falcon)),
and a Gradle plugin to download those screenshots from a device and generate the report.

# Usage

```
//TODO
```