sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #20271
Re: [Question #234633]: Want to run multiple test script
Question #234633 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234633
Status: Open => Answered
RaiMan proposed the following answer:
easiest way, if all scripts are able to run standalone:
- put all scripts in one folder
- make a main script
# main.sikuli
import script1
import script2
...
in this example the scripts are named:
script1.sikuli
script2.sikuli
IMPORTANT:
each imported script MUST have this line at the beginning:
from sikuli import *
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.