⚠️ 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 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.
Important |
---|
Before reporting an issue, search the existing one in 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:
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
<table>
[Enter debug info here]
</table>
Detailed information can be found at culebra.dtmilano.com.
Tecnical documentation can be found in the wiki.