Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.08 KB

Graphical Reporting framework for the Robotframework report ( output.xml)

Reporting for the robot framework

  • It takes the generated output.xml as the input.
  • Generates Graph using plotly library
  • Use the shell scripts run.sh to create the virtual environment

Installation

Create a virtual environment and install all the packages from requirements.txt

virtualenv roboreport
source roboreport/bin/activate
pip install -r requirements.txt

Or You can also make use of the shell script run.sh for setting up virtual environment and installing the software

Steps to generate the HTML report

python robo_report.py

This should generate the HTML report called graph.html

sample report screenshot

report report

License

The code uses the Plotly library to plot the graphs (Plotly, Inc.)

Plotly's Code is released under the MIT license.

Docs released under the Creative Commons license..