This is an example repository with tests in the tests/examples/ directory. To run the tests :
-
Clone the repository with
git clone https://github.com/cskmnrpt/qase-robot.git. To clone a different branch, other thanmain, use this command -
git clone --single-branch --branch <branch-name> https://github.com/cskmnrpt/qase-robot.git -
Create a virtual environment with
virtualenv venv, and activate it withsource venv/bin/activate. -
Run
pip install -r requirements.txtfrom the root of this repository to install dependencies. -
Install
chromedriverfrom Brew:brew install --cask chromedriver, or download the latest version from here, and add it to your PATH. -
Create a
qase.config.jsonin the root of the repository, and add your token, and project code. -
Run
robot --listener qase.robotframework.Listener tests/*.robot