https://github.com/aenniw/jrobotremoteserver
Serves remote test libraries for Robot Framework that are implemented in Java.
https://github.com/aenniw/jrobotremoteserver
jrobotremoteserver robotframework
Last synced: about 2 months ago
JSON representation
Serves remote test libraries for Robot Framework that are implemented in Java.
- Host: GitHub
- URL: https://github.com/aenniw/jrobotremoteserver
- Owner: aenniw
- License: apache-2.0
- Fork: true (robotframework/jrobotremoteserver)
- Created: 2016-08-10T20:32:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T19:14:11.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T15:51:48.106Z (11 months ago)
- Topics: jrobotremoteserver, robotframework
- Language: Java
- Size: 363 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jrobot-remote-server
[](https://travis-ci.org/aenniw/jrobotremoteserver)
[](https://coveralls.io/github/aenniw/jrobotremoteserver?branch=master)
Jrobot-remote-server is a [remote server](https://code.google.com/p/robotframework/wiki/RemoteLibrary) for [Robot Framework](http://robotframework.googlecode.com/) implemented in Java.
Documentation can be found on the project [wiki](https://github.com/ombre42/jrobotremoteserver/wiki).
The original jrobotremoteserver can be found on [Google Code](http://code.google.com/p/jrobotremoteserver/).
#### Building
Maven is used as build tool for jrobot-remote-server.
You can simply do a ```mvn clean install``` in the project directory.
#### Robot Tests
There are some robot acceptance tests under `jrobot-karaf/src`.
#### Dependencies
```
com.github.aenniw
jrobot-remote-server
3.6.0
pom
```
```
com.github.aenniw
jrobot-remote-server
3.7-SNAPSHOT
pom
```
#### License
Jrobot-remote-server is open source software provided under under [Apache License 2.0](http://apache.org/licenses/LICENSE-2.0)