- Make sure you have metacello-work installed.
- Load the project with:
Metacello new
baseline: 'AutoTDD';
repository: 'github://HPI-SWA-Teaching/AutoTDD:master/packages';
onConflict: [:ex | ex allow];
load
Now you can open the Test Auto Runner via Apps.
If the AutoTDD folder is present in your Resources
folder, you can use the following commands to reload AutoTDD's images and sounds into your image:
ATDDImageProvider new generateImageMethods.
ATDDSoundPlayer new generateSoundMethods
##Documentation Documentation