Skip to content

Test repository with test case is created and executed in Robot Framework with import external libraries Python-based

License

Notifications You must be signed in to change notification settings

NDViet/test-robot-framework-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Test

Introduction

Test repository with test case is created and executed in Robot Framework with import external libraries Python-based.

List dependency repositories

  1. test-automation-fwk-python

Source code usage

  1. Clone repository "test-automation-fwk-python" (mandatory)
git clone [email protected]:ndviet/test-automation-fwk-python.git
  1. Clone this test repository to the same directory
git clone [email protected]:ndviet/test-robot-framework-python.git
  1. Build test libraries in repository test-automation-fwk-python (Refer to build steps mentioned in that repository)

  2. Run test cases in test repository

cd test-robot-framework-python

Activate virtualenv where test library is installed in repo test-automation-fwk-python

../test-automation-fwk-python/.venv/Scripts/activate
robot --include session3 --outputdir reports --variable configuration_base:src/test/resources/configuration/seleniumConfiguration.yaml ./

Reference

Another sample project with using the shared test library implemented in test-automation-fwk-python

demo-robot-fwk

About

Test repository with test case is created and executed in Robot Framework with import external libraries Python-based

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • RobotFramework 100.0%