Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

File metadata and controls

36 lines (23 loc) · 1.08 KB

Allure Robot Framework Listener

Release Status Downloads

Installation and Usage

$ pip install allure-robotframework
$ robot --listener allure_robotframework ./my_robot_test

Optional argument sets output directory. Example:

$ robot --listener allure_robotframework;/set/your/path/here ./my_robot_test

Default output directory is output/allure.

Listener support robotframework-pabot library:

$ pabot --listener allure_robotframework ./my_robot_test