Skip to content

Serves remote test libraries for Robot Framework that are implemented in Java.

License

Notifications You must be signed in to change notification settings

aenniw/jrobotremoteserver

 
 

Repository files navigation

Jrobot-remote-server

N|Solid N|Solid

Jrobot-remote-server is a remote server for Robot Framework implemented in Java. Documentation can be found on the project wiki. The original jrobotremoteserver can be found on Google Code.

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

<dependency>
    <groupId>com.github.aenniw</groupId>
    <artifactId>jrobot-remote-server</artifactId>
    <version>3.6.0</version>
    <type>pom</type>
</dependency>
<dependency>
    <groupId>com.github.aenniw</groupId>
    <artifactId>jrobot-remote-server</artifactId>
    <version>3.7-SNAPSHOT</version>
    <type>pom</type>
</dependency>

License

Jrobot-remote-server is open source software provided under under Apache License 2.0

About

Serves remote test libraries for Robot Framework that are implemented in Java.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.2%
  • RobotFramework 6.8%