problem about frank-Collection of common programming errors
reecon
ios objective-c cucumber frank
I have a problem with setting up Frank in my iOS project. I am following the instructions and executing in the console:sudo gem install frank-cucumber -VWhat I get is:ERROR: Error installing frank-cucumber:activesupport requires i18n (= 0.6.1, runtime)I have no idea what may be wrong. I checked the gems using:gem list –local and got:i18n (0.6.4)Do you know what may be wrong? Thanks for every answer!
KKendall
iphone ios ruby shell frank
I am doing iOS testing using Frank. It is a ruby gem that uses Cucumber as well. I have a “Given” step that checks whether the app is running or if it has crashed. If my step finds that it has crashed I would like to launch the app again. I launch the app using a shell script which is stored somewhere near the cucumber .feature files.How can I call a script from that step definition?
Gonen
jenkins continuous-integration cucumber automated-tests frank
I am trying to automate a test session from jenkins using Frank.this is the error message I receive.(Frank::Cucumber::FrankNetworkError)./step_definitions/test_steps.rb:30:in `/^I navigate to button V\303\244der$/’test.feature:41:in `When I navigate to <link>’| Radar | Norrland |*********************************************Oh dear. Your app fell over and can’t get up.*********************************************Jenkins checks out the code from git, besides this I have added a shel
KKendall
iphone ios testing cucumber frank
I am setting up Frank and have done most of the setup. I am trying to run the built in cucumber test that simply rotates the device.I do cucumber -d while in MyProject/Frank/ and get this:cucumber -d Feature: As an iOS developerI want to have a sample feature fileSo I can see what my next step is in the wonderful world of Frank/Cucumber testingScenario: # features/my_first.feature:6Rotating the simulator for demonstration purposesGiven I launch the ap
Hong Wei
objective-c ios ipad xcode4.5 frank
I’m trying to build Frank for an IOS project i’m currently creating but i keep getting build errors failures with Frank while Xcode can build the project fine. Maybe some important details: – I’m using a library that i compiled for the ipad so the project won’t build for the simulator. – i changed the valid architecture to armv7 (not armv7, armv7s) – programming in ios 6.0 – using xcode 4.5I downloaded and installed FrankAfter i go to the directory of my project (with terminal) i typed the f
Web site is in building