Added the following to my env.rb among other changes (https://github.com/moredip/Frank/commit/8ec2d2c92e05880c31428d01491d4685199b54ba):
require 'frank-cucumber'
Frank::Cucumber::FrankHelper.use_shelley_from_now_on
$USING_PHYSICAL_DEVICE = !!ENV['USE_PHYSICAL_DEVICE']
if $USING_PHYSICAL_DEVICE
Frank::Cucumber::FrankHelper.test_on_physical_device_via_bonjour (ERROR LINE)
After do
step 'I ask the app to reset to home'
end
end
I’m not using Cucumber or Ruby at all…
But by some magic a re-build of my Frankified app target got it basically working with Symbiote. Now I’m trying to get my RobotFramework libraries working again.
I’d still like to know how to deal with submodules in a GIT fork!
Thanks,
Martin
Added the following to my env.rb among other changes (https://github.com/moredip/Frank/commit/8ec2d2c92e05880c31428d01491d4685199b54ba):
require 'frank-cucumber'
Frank::Cucumber::FrankHelper.use_shelley_from_now_on
$USING_PHYSICAL_DEVICE = !!ENV['USE_PHYSICAL_DEVICE']
if $USING_PHYSICAL_DEVICE
Frank::Cucumber::FrankHelper.test_on_physical_device_via_bonjour (ERROR LINE)
After do
step 'I ask the app to reset to home'
end
end