Explore Culebra-generated test examples
masterThis directory provides examples of untouched files generated by the CulebraTester2-public back-end. These examples demonstrate how the AI generates test scripts and assertions based on user interactions with Android applications.
Key examples include:
- Simple Interaction Tests:
culebra-calculator-simple-test.pydemonstrates a basic test flow (e.g., interacting with a Calculator app) and shows how the AI generatesassertstatements. - Logical Screenshotting:
culebra-clock-auto-regexp.pydemonstrates how to capture logical screenshots that remain valid even when UI elements (like dates or times) change, by using regular expressions.