mirror of
https://github.com/appium/appium.git
synced 2026-05-24 12:58:49 -05:00
docs: fullReset happens before test not after done (#12352)
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
| Automation Name | default | fullReset | noReset |
|
||||
| --------------- | ------- | --------- | ------- |
|
||||
| iOS (including XCUITest) | Shut down sim after test. Do not destroy sim. Do not uninstall app from real device. | Uninstall app after real device test, destroy Simulator after sim test | Do not destroy or shut down sim after test. Start tests running on whichever sim is running, or device is plugged in |
|
||||
| Android | Stop and clear app data after test. Do not uninstall apk | Stop app, clear app data and uninstall apk after test | Do not stop app, do not clear app data, and do not uninstall apk. |
|
||||
| Android | Stop and clear app data after test. Do not uninstall apk | Stop app, clear app data and uninstall apk before session starts and after test | Do not stop app, do not clear app data, and do not uninstall apk. |
|
||||
|
||||
Reference in New Issue
Block a user