testing - undefined local variable or method `start_test_server_in_background' for #<Object:0x007ffc49a5e130> -


this has been asked before .12.0 getting similar error in .14.2 .

up until few weeks ago running calabash.framework 11.4 because worked, stable, , under lock , key on our development server. went through recent state of updating of our gems , services , while our build server still functions calabash no longer recognizing "start_server_in_background" method. @ loss on how remedy this. tried complete wipe , reinstall on local mirror no avail, , considering rolling previous working versions. solve keep date.

i have tried following solutions no success.

undefined local variable or method `start_test_server_in_background' main:object

https://github.com/calabash/calabash-ios/issues/669

https://github.com/calabash/calabash-android/issues/371

this error after scenario runs

undefined local variable or method `start_test_server_in_background' #<object:0x007f9a7c07ba48> (nameerror)       /users/mycomp/.rvm/gems/ruby-2.2.1@global/gems/rspec-expectations-3.2.1/lib/rspec/matchers.rb:926:in `method_missing'       /users/mycomp/konyiosworkspace/user/kony/ios-6.0.3.ga_v201503250510/vmappwithkonylib/features/mobile/helpers/ios/support/app_life_cycle_hooks.rb:44:in `before' 

the recommend way of launching application use:

options = { } launcher.relaunch(options) launcher.calabash_notify(self) 

in support/env.rb file need to:

require 'calabash-cucumber/cucumber' 

not calabash-cucumber.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -