10 lines
367 B
Python
10 lines
367 B
Python
|
|
# McRogueFace Cookbook - Automation Scripts
|
||
|
|
"""
|
||
|
|
Automation tools for capturing screenshots and testing interactions.
|
||
|
|
|
||
|
|
Scripts:
|
||
|
|
capture_primitives.py - Capture all primitive widget demos
|
||
|
|
capture_features.py - Capture feature demo screenshots
|
||
|
|
capture_apps.py - Capture mini-application screenshots
|
||
|
|
test_interactions.py - Automated interaction tests
|
||
|
|
"""
|