sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43367
Re: [Question #654229]: Loading Sikuli script from an URL Steps Required
Question #654229 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654229
Status: Open => Answered
dinev proposed the following answer:
Idea 1 : Use STAF framework: This is very robust and well supported test
framework with multiple purposes - http://staf.sourceforge.net/
Idea 2: remote execution :
-- If you using windows - you can use psexec for windows https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
-- for linux you can use ssh
Idea 3: You can use jenkins to orchestrate test execution - can be a
burden with 500 machines
finally but not last : I like the git idea above - can fit well with
above 3 ideas
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.