cedarbdd / cedar

BDD-style testing using Objective-C
http://groups.google.com/group/cedar-discuss
1.19k stars 140 forks source link

testing watchOS with Cedar and Swift #398

Open painbank opened 7 years ago

painbank commented 7 years ago

I'm trying to use Cedar and Swift to test a watchOS app. Unfortunately, I can only use the Spec auto creation tool from Cedar in Xcode 8 for iOS, not for watchOS. Any help or direction would be appreciated. Our code in iOS is Objective C, but the watchOS code and test code would be Swift.

Thanks.