# encoding: utf-8
require 'calabash-android/calabash_steps'
Then /^I see \$([^\$]*)$/ do |text_ev|
text = ENV[text_ev]
steps %{
Then I see "#{text}"
}
end
Calabash+Gearman实现多手机同步测试机制(2)
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/5e0f5ff58fb06693fe0347d12325d98b.html