test-java2robot-adapter

Introduction

Implementation for Test Libraries written in Java can be used in Robot Framework.
robotframework/JavalibCore is the base for implementing.

List dependency repositories

  1. test-parent-pom
  2. test-automation-fwk

Dependencies declaration

<!-- https://mvnrepository.com/artifact/org.ndviet/robot-keywords-utilities -->
<dependency>
    <groupId>org.ndviet</groupId>
    <artifactId>robot-keywords-utilities</artifactId>
    <version>${version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ndviet/robot-keywords-webui -->
<dependency>
    <groupId>org.ndviet</groupId>
    <artifactId>robot-keywords-webui</artifactId>
    <version>${version}</version>
</dependency>

Source code usage

  1. Clone repository “test-parent-pom” (mandatory)
git clone git@github.com:ndviet/test-parent-pom.git
  1. Clone repository “test-automation-fwk” (optional)
git clone git@github.com:ndviet/test-automation-fwk.git
  1. Clone this repository, all these repositories should be checked out in the same directory
git clone git@github.com:ndviet/test-java2robot-adapter.git
  1. Build source code in each repository following the order

Reference

A sample project is using these Robot Keywords.