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
- Host: GitHub
- URL: https://github.com/dtmilano/culebratester-public
- Owner: dtmilano
- Created: 2016-05-08T21:37:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T07:44:02.000Z (over 5 years ago)
- Last Synced: 2025-04-13T11:09:43.880Z (16 days ago)
- Size: 4.88 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| ⚠️ 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 Steps1. [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).