# easyhtmlreport
**Repository Path**: mirrors_openatx/easyhtmlreport
## Basic Information
- **Project Name**: easyhtmlreport
- **Description**: make a easy htmlreport
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-01-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# EasyHTMLReport
for uiautomator2
Demo code
```python
# coding: utf-8
import uiautomator2 as u2
import easyhtmlreport as htmlreport
u = u2.connect()
hrp = htmlreport.HTMLReport(u)
# take screenshot before each click
hrp.patch_click()
u.click(0.4, 0.6)
u.click(0.4, 0.5)
u(text="Github").click() # will also record
```
## How to add into requirements.txt
Put the following content into `requirements.txt`
```
git+https://github.com/openatx/easyhtmlreport
```
## Screenshot
TODO
## LICENSE
MIT