A Robot Framework library providing keywords for the visualization of 'date / value' objects.
Project description
robot-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
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 ***
Visualize Data
${csv_file_path} = Keyword.Write Data To Csv
Visualizer.Add To Diagram ${csv_file_path} _time _value Value Axis Blue
Visualizer.Visualize
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.4.tar.gz.
File metadata
- Download URL: robotframework_visualizer-0.0.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
959c77953e30029bf0eaaa272538e66a8bdd8295725615963d0d457788893b82
|
|
| MD5 |
d58dc301a44e0a44d13d9a8b743f3c90
|
|
| BLAKE2b-256 |
52471b47ae851798da8ffce48ab54cbfeb9b7b1fe5042d8d4dcb578cec23b974
|
File details
Details for the file robotframework_visualizer-0.0.4-py3-none-any.whl.
File metadata
- Download URL: robotframework_visualizer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 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 |
d3ee7e974784e543034728ab99cb6a4b962f105eb368026971d5dc88222af84f
|
|
| MD5 |
4a98b3fc2215112b571c929f024e8695
|
|
| BLAKE2b-256 |
2903d3e77b0d32288f0ee7d6012b5329480a896dcb4dad3e410f9fb8936e4c0f
|