sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56468
Re: [Question #694998]: Run all my tests back to back
Question #694998 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/694998
Status: Answered => Open
Ali Ahmed is still having a problem:
So I tried to do it using your code as reference and it only runs the
first test. Here is what I have:
baseFolder = "C:\SikuliX"
s1 = "LinkTagToTrade.sikuli"
s2 = "AddDocumentToTrade.sikuli"
exVal = runScript(os.path.join(baseFolder, s1))
print s1, exVal
exVal = runScript(os.path.join(baseFolder, s2))
print s2, exVal
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.