Skip to content

NDViet/test-robot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Test

Introduction

Test repository with test case is created and executed in Robot Framework.

List dependency repositories

  1. test-parent-pom
  2. test-automation-fwk
  3. test-java2robot-adapter

Source code usage

  1. Clone repository "test-parent-pom" (mandatory)
git clone git@github.com:ndviet/test-parent-pom.git
  1. Clone this test repository to the same directory
git clone git@github.com:ndviet/test-robot-framework.git
  1. Build source code in each repository following the order
  • test-parent-pom
  • test-robot-framework
  1. Run test cases in test repository
cd test-robot-framework
mvn initialize robotframework:run -Dincludes=EasyUpload -Dselenium.browser.type=chrome

Noted:

  • [includes] property is used to provide Robot Test Tags would be executed.
  • List of configuration can be input from CLI can be referred to pom.xml or layered configuration files in src/test/resources/configuration

Reference

A sample project with entire repositories together for the test execution.

Releases

No releases published

Packages

No packages published