Skip to content

tomaszc/demo-RobotFrameworkJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotFrameworkJava

Table of Contents

  1. Overview
  2. Robot Library
  3. Robot Tests

Overview

This project is example of how to setup Robot Framework in Java+Maven and provide a custom test lib.

Contains two maven modules:

  • robotLibrary - yeah, it's a custom java library, you guessed it
  • robotTests - test suite which is executed by maven and uses robotLibrary

Execute mvn test from robotTests and check for test report in 'robotTests/target/robotframewor-reports'

Robot Library

This module is a simple Java library packaged as a jar by maven.

Robot Tests

Tests are kept in src/test/robotframework sub-folders (like 'acceptance'). Folder layer will be used to create layers of test-suites.

Check robotTets/pom.xml for test-execution plugin configuraiton.

About

Simple Robot Framework lib in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published