Skip to content

NDViet/test-java2robot-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:ndviet/test-parent-pom.git
  1. Clone repository "test-automation-fwk" (optional)
git clone [email protected]:ndviet/test-automation-fwk.git
  1. Clone this repository, all these repositories should be checked out in the same directory
git clone [email protected]:ndviet/test-java2robot-adapter.git
  1. Build source code in each repository following the order
  • test-parent-pom
  • test-automation-fwk
  • test-java2robot-adapter

Reference

A sample project is using these Robot Keywords.

About

Implementation for test libraries written in Java can be used in Robot Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages