How to reinstall application for every time of test, fullReset doesnt work in this case, nor suite setup/teardown, nor test setup/teardown.
*** Test Cases ***
Reinstall apk
[Template] Reinstall apk
_test1 1test
_test2 2test
_test3 3test
*** Keywords ***
Reinstall apk
[Arguments] ${test1} ${test2}
Given I am on first screen
Then I am on second screen
...