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

https://github.com/dtmilano/culebratester-public

Public repository corresponding to CulebraTester
https://github.com/dtmilano/culebratester-public

Last synced: 16 days ago
JSON representation

Public repository corresponding to CulebraTester

Awesome Lists containing this project

README

        

# CulebraTester-public

| ⚠️ Warning |
|:----------|
| A new version of this project using Kotlin can be found at https://github.com/dtmilano/CulebraTester2-public |

This is a public repository corresponding to [CulebraTester](https://github.com/dtmilano/CulebraTester) to be able to handle public issues.

Android testing can be complicated, time-consuming, and tedious. What if it didn’t have to be?

**CulebraTester** provides a real-time point and click test recording through a web browser. This browser is connected to the Android device under test and the generated source code can be directly imported into Android Studio and run as a normal test.

# Issues
- [Public issues](https://github.com/dtmilano/CulebraTester-public/issues)
- [Private issues](https://github.com/dtmilano/CulebraTester/issues) (only for those with write access to the private repo)

## Report an issue
| Important |
|:----------|
|Before reporting an issue, search the existing one in [Public issues](https://github.com/dtmilano/CulebraTester-public/issues) and if the same issues was already reported add comments to it.|

Need to report a technical issue or send feedback about **CulebraTester**? If so, follow these steps:

1. On the browser click **Send Feedback** -> **Bug Report**
2. Copy and paste the generated test into a new issue or as a comment of an existing one
3. If you'd like to include additional information in your report, such as a URL, a screenshot, javascript console output, adb logcat or an attachment, by dragging & dropping, *Choose Files selecting them*, or pasting from the clipboard. If you are reporting an issue about a specific generated file, please attach any relevant non-confidential documents to the report.

### Template
The generated template will contain some information about your device (i.e. build number) if you don't want to share all that info you can use the following template.

```
# [Enter short bug description here]

[Enter detailed bug description here]
## Repro Steps

1. [First Step]
2. [Second Step]
3. [and so on...]

## Expected

[Enter expected behavior here]
## Actual

[Enter actual behavior here]
### Debug Info

[Enter debug info here]

```

# Want to learn more?
Detailed information can be found at [culebra.dtmilano.com](http://culebra.dtmilano.com/).

Tecnical documentation can be found in the [wiki](https://github.com/dtmilano/CulebraTester-public/wiki).