Built as a plugin for robotframework.
Current Release: 1.0.0
This framework is setup as a Remote Library and be ran as a java application. It takes in the following parameters.
arg | short arg | description | Mandatory |
---|---|---|---|
--port | -p | The port number the remote server will run under | yes |
--log-location | -l | The location for where the sikuli logs are stored | no |
--image-loc | -i | The location where images for the results are stored | no |
Java run time must be installed
- Download the maven project and compile it.
- Run java -jar UITestFramework-1.0.0.jar -p 7442
In your robot file, add the remote library:
Library Remote http://127.0.0.1:7442/ AS UI
Use as you would any Robot Remote Library