Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 738 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 738 Bytes

Selenium 2 Robot and CBT

To get started, clone this repository. You'll need to run the following command to ensure you have all of the required dependencies:

pip install robotframework robotframework-pabot

Before executing your tests, ensure that you've corrected your username and authorizaton key in tests/login_test.robot. To execute your tests navigate to the root directory of this project and run:

pabot --outputdir reports suites/*.robot

The command to run the pabot test with valueset.dat would be

pabot --pabotlib --resourcefile valueset.dat --outputdir reports suites/pabot_suite.robot

If you have any trouble, don't hesitate to reach out to us here.