yevh-berdnyk 927038a1d7
dockerfile for running e2e tests against desktop app
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-23 14:41:23 +03:00

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