Implementation for Test Libraries written in Java can be used in Robot Framework.
robotframework/JavalibCore is the base for implementing.
<!-- 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>
- Clone repository "test-parent-pom" (mandatory)
git clone [email protected]:ndviet/test-parent-pom.git
- Clone repository "test-automation-fwk" (optional)
git clone [email protected]:ndviet/test-automation-fwk.git
- Clone this repository, all these repositories should be checked out in the same directory
git clone [email protected]:ndviet/test-java2robot-adapter.git
- Build source code in each repository following the order
- test-parent-pom
- test-automation-fwk
- test-java2robot-adapter
A sample project is using these Robot Keywords.