标签: android automated-tests bdd calabash
有没有办法让Calabash在feature files之间保留某些信息?
feature files
为了在scenarios之间传送信息,我使用@@class_variables。
scenarios
@@class_variables
答案 0 :(得分:0)
您可以使用Ruby的全局变量,例如
设置:$VAR = value
$VAR = value
获取:$VAR
$VAR