killApp
The killApp
command kills the app on Android. On iOS and Web, it's just an alias for stopApp
.
Killing the app on Android triggers a System-initiated Process Death. It is the equivalent of calling:
Here is an example how to fully reproduce a System-initiated Process Death:
trigger-process-death.yaml
It is advised to use this set of commands as a subFlow (e.g. trigger-process-death.yaml
) and re-use it via runFlow
in every other test, to re-check the data of the screen under test after the System-initiated Process Death:
Last updated