This is a demo project of Zucchini iOS visual testing framework.
- Download and compile Apple's sample CoreDataBooks application onto your device.
- Add your device to features/support/config.yml. You can use the udidetect tool (
udidetect -z
) to grab the UDID. - Run it with
ZUCCHINI_DEVICE='<Your device name>' zucchini run zucchini-demo/features/
.