← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #163812]: Sikuli & Continuous Integration with Hudson

 

Question #163812 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/163812

    Status: Open => Answered

RaiMan proposed the following answer:
No known issues only known challenges ;-)

The challenges you will face and the possible solutions depend on the
rest of the things you want to do with Hudson.

I guess you want to use Sikuli to test your app's GUI.

These are the main questions:
- Which "language" you want to use for your tests? Jython (Python), JRuby (Ruby), Groovy, Scala, or plain Java are easy, any other choice will result in much more effort or might be impossible.
- Do you want to integrate Sikuli tests directly into your behavior tests?
- How and where will the tests be run (local or remote)?

At the bottom line, a Sikuli test is just a script, that can be run from
command line, triggered by whatever is possible in your testing
environment.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.