Skip to content

ark-konopacki/cross-calabash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cross-calabash

Cross platform calabash example

Before you can run tests you should define variables in

features/support/env.rb

#Android ENV['ANDROID_APP_PATH'] = 'Path to you Android apk file'

#iOS ENV['IOS_APP_PATH'] = 'Path to you iOS app file' ENV['DEVICE_TARGET'] = 'your_device_UDID' ENV['IOS_DEVICE_ENDPOINT'] = 'http://IP_OF_DEVICE:37265'

features/support/ios/ios_wrapper.rb @@bundle_id = 'your app Bundle ID'

After that you can run tests as simple as: bundle exec cucumber

About

Cross platform calabash example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published