-
Notifications
You must be signed in to change notification settings - Fork 26
iPhone4 Simulator #4
Comments
Not sure if this is related, but as I was following the example from http://pragprog.com/magazines/2010-07/bdd-on-iphone-icuke, the app launched properly, but then it would die immediately. I noticed a dialog briefly appear and then disappear before it went down. I couldn't read the exact text, but it seemed to be something about allowing network connections. The default button was "Accept". For one run, I was able to hit "Return" fast enough to enable this. After that, the tests ran properly. |
Similar scenario as above, returns a timeout error. Anyone out there had success with iCuke/iOS 4.2? Feature: Adding a contact Background: # features/add_a_contact.feature:6 Scenario: Adding a contact # features/add_a_contact.feature:9 Failing Scenarios: 1 scenario (1 failed) |
I got this issue too when I try the example in icuke(cucumber ./ ThanksMac OSX 10.6.7 features/iphone.feature:6
lib/icuke/cucumber.rb:188
ruby/1.8/timeout.rb:60:in features/iphone.feature:10
lib/icuke/cucumber.rb:218
lib/icuke/cucumber.rb:210
lib/icuke/cucumber.rb:214
lib/icuke/cucumber.rb:238
lib/icuke/cucumber.rb:210
lib/icuke/cucumber.rb:214Failing Scenarios:
|
The sample feature using the Universal application fails if the simulator->Hardware->Device is set to iPhone4.
These both pass and the app starts. The tap on "Show Test Modal" seems to kill the Universal app, but this may be iCuke killing the app on a test failure (see below)?
The text was updated successfully, but these errors were encountered: