jamonholmgren / ProMotion

ProMotion is a RubyMotion gem that makes iPhone development less like Objective-C and more like Ruby.
MIT License
1.26k stars 148 forks source link

Add functional tests #71

Closed jamonholmgren closed 11 years ago

jamonholmgren commented 11 years ago

Right now we have decent unit tests, but I'd like to add a full functional suite. I'll be working on this before version 1.0.

markrickert commented 11 years ago

I tried to do that, but ran into issues with the UIAutomation suite :cry:

Maybe you'll have better luck.

jamonholmgren commented 11 years ago

Going to try, anyway. :)

macfanatic commented 11 years ago

@jamonholmgren - Haven't used it yet, but you could look into frank & frank-cucumber for higher level tests.

Personally, I'd love to setup with Rpsec & dump MacBacon, the similarity yet simplicity of it drives me crazy to get anything accomplished :)