A Robot Framework library providing keywords for the visualization of 'date / value' objects.
Project description
Robot Framework Visualizer
Keywords from this repository can visualize CSV data as graph within the robotframework log file.
Statistics
GitHub Repository
Link to GitHub Project: robotframework-visualizer
Keyword Documentation
Find here the keyword documentation: Keyword Documentation
Use Case
If you have time-series data like energey measurements or temperature values over period of time, you can use this library to visualize thos raw data as visual diagram into your robot framework logfile.
The generated diagram is saved as png file in your output directory and visualized as html image in your log file.
[!IMPORTANT] X-Axis data should contain always the date-time value. The real value should be placed on Y-Axis.
Installation
pip install robotframework-visualizer
Usage
*** Settings ***
Library Visualizer
*** Test Cases ***
Add One Data Set
[Documentation] Add one graph to diagram.
Visualizer.Add To Diagramm ${CURDIR}${/}testdata${/}dummy_strom_spannung.csv _time _strom Strom Blue
Visualizer.Visualize Strom / Spannung Verlauf
Add Two Data Sets
[Documentation] Add two graphs to diagram.
Visualizer.Add To Diagramm ${CURDIR}${/}testdata${/}dummy_strom_spannung.csv _time _spannung Spannung Green
Visualizer.Add To Diagramm ${CURDIR}${/}testdata${/}dummy_strom_spannung.csv _time _strom Strom Blue
Visualizer.Visualize Strom / Spannung Verlauf
Result
Added one graph to diagram
Added one graph to diagram
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_visualizer-0.0.10.tar.gz.
File metadata
- Download URL: robotframework_visualizer-0.0.10.tar.gz
- Upload date:
- Size: 480.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8490a6c2cf0ad7f73439aa26fce1f3de0c2c8956cf95f4e9fa4f3efdccca0c57
|
|
| MD5 |
c557f91682b0f415bd4eb887709d33cf
|
|
| BLAKE2b-256 |
67b6b93ed518bc201e467b438cb84775b0a081a71efb73e0534a4f45b5146a51
|
File details
Details for the file robotframework_visualizer-0.0.10-py3-none-any.whl.
File metadata
- Download URL: robotframework_visualizer-0.0.10-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5499a723cc4d0738bdabad2b1d29f3568e2c6fe5ee3ae446aa3437f8bf83ad
|
|
| MD5 |
aa3f75787ec7107921a34a4c43ddd098
|
|
| BLAKE2b-256 |
0cd351351d067bdd130e5826bcd8589ec8c0d39e75c14660c7eb31cc13443fdb
|