Automating sikuli using python and Jenkins

Asked by daniel

Hi, I've been practicing with Sikuli for a couple months but now I need to integrate what I have written to automatically fire after a build from Jenkins. I have Jenkins build a Windows app (that produces a .msi), and python code that uses Sikuli to automate this app but I'm lost on how to join the two together. Sikuli can't run headless like selenium, so how am i going to build the app from jenkins and then have my python/sikuli tests run automatically?

Any pointers would definitely help, thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
masuo (masuo-ohara) said :
#1
Revision history for this message
daniel (jindo) said :
#2

Do i need to write a .sikuli? what does a .sikuli look like? I'm not using the sikuli IDE, i've written a bunch of python tests. are they the same thing?

Revision history for this message
masuo (masuo-ohara) said :
#3

.sikuli is a directory that Sikuli IDE create.
.py (file of Python codes) is in that .sikuli directry.
If you do not use Sikuli IDE, .sikuli is not necessary.

Revision history for this message
masuo (masuo-ohara) said :
#4

And a question about SikuliX in Python is here.
https://answers.launchpad.net/sikuli/+question/394787

Can you help with this problem?

Provide an answer of your own, or ask daniel for more information if necessary.

To post a message you must log in.