Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.rst

Unit testing

Requirements

Before running the test, install the dependencies:

pip install -r requirements-dev.txt

Unit Tests

Units tests are written by using the Python default unittest framework. Unit test can be executed by running:

python utest/run.py

The utest directory contains everything needed to run SeleniumLibrary unit tests. This includes:

  • Unit test in test folder.
  • Unit test runner: run.py

Unit test are executed using the interpreter which starts the run.py script.