docs: fullReset happens before test not after done (#12352)

This commit is contained in:
Dan Graham
2019-03-23 00:54:30 -07:00
committed by GitHub
parent 8e5ec38d3f
commit 0ad48e3db3
@@ -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. |