automated tests - Calabash Android: is there a way to carry information across multiple feature files? -
is there way can calabash retain info across feature files
?
in order carry info between scenarios
, utilize @@class_variables
.
you can utilize ruby's global variables, e.g.
to set: $var = value
to get: $var
android automated-tests bdd calabash
No comments:
Post a Comment