我的 Android 应用程序必须在第一时间同步数据。同步大约需要 15 分钟。而在第二次,我不需要从服务器获取数据。但是当运行葫芦来测试功能时:calabash-android run MyApp.apk 我觉得它会删除我的应用程序中的所有数据并重建应用程序。那么,当我为我的应用程序运行功能场景时如何保留数据?
我的场景:
Feature: create work order
作为技术人员,我想创建工单,这样我可以更轻松地管理 WO
场景:技术员创建工单成功
Given I am on the Create Work Order Screen
And I select customer name which is "Harris Teeter"
And I select equipment serial number which is "1A100438"
And I select Job code "1" and then is "100 HOUR SERVICE"
And I select order type "401"
And I input valid title "Create new work order"
And I input valid description "Work order description"
Then I see the successful messages "The new work order has been created successfully"