Graphical Reporting framework for the Robotframework report ( output.xml)
- 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
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
python robo_report.py
This should generate the HTML report called graph.html
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..