sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36797
Re: [Question #285034]: rinsikulix -t doesn't work
Question #285034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/285034
Status: Answered => Solved
VincentDugue confirmed that the question is solved:
Thanks RaiMan and Karl :)
I change sonethings and it works i think it's like your code Karl or almost.
And i add :
import os, sys
#other import (of course there is : from JUnitTest import *)
myScreenPath = "C:\\PATH\\mainTest.sikuli"
if not myScriptPath in sys.path: sys.path.append(myScriptPath)
It's actually good working and i've imported xmlrunner to use JUnit with Jenkins
Thanks again
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.