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.
- Host: GitHub
- URL: https://github.com/sloy/android-screenshot-reporter
- Owner: Sloy
- Created: 2017-05-19T23:19:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T10:22:19.000Z (over 6 years ago)
- Last Synced: 2025-07-24T12:50:39.056Z (11 months ago)
- Language: Kotlin
- Homepage:
- Size: 308 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```