mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 01:16:50 +00:00
927038a1d7
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
14 lines
250 B
Python
14 lines
250 B
Python
import org.sikuli.script.SikulixForJython
|
|
from sikuli import *
|
|
|
|
|
|
class BaseTestCase:
|
|
|
|
Settings.ActionLogs = 0
|
|
|
|
def setup_method(self, method):
|
|
openApp('/home/squashfs-root/AppRun')
|
|
|
|
def teardown_method(self, method):
|
|
pass
|