← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204121]: Help making a functional test suite.

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- I am briefly having a look here:
https://github.com/enix12enix/sikuliserver

This is not a remote desktop solution, it is a http based solution, that
is able to run scripts triggered via HTTP GET/POST. But you cannot see
(this would be remote desktop), whats going on on the remote machine.

In your case everything would be on the same machine.

You might try this or a leaner solution using XML-RPC, that is possible
with the standard modules that come with Python/Jython (SimpleXMLRPC).

--- but I will still have to develop a test suite to publish the results and run specified tests in order.
Yes of course, this is your framework.
And you need
- some registering for the tests to be run (naming convention)
- some environment to allow the users to test their Sikuli scripts 
- some framework (Python module) with some basic options/features for the users that have to be imported in their Sikuli scripts like
from test_framework import *

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