robotframework-guistatus

Simple UI to show the status of currently running robot


Keywords
robotframework, tkinter
License
Apache-2.0
Install
pip install robotframework-guistatus==0.0.1

Documentation

GuiStatus for Robot Framework

Installation

pip install robotframework-guistatus

Demo

robot --pythonpath src/GuiStatus --listener GuiStatusListener example.robot

Additional information

Gui is implemented with Tkinter - depending on your environment, you might need to install some non-python dependencies or in windows, you have to make sure you have installed tcl/tkinter when installing python itself.