Skip to main content

Generate and visualize the dependency graph of Resource imports in Robot Framework

Project description

robotframework-resource-graph

Generate and visualize the dependency graph of Resource imports in Robot Framework.

How to use it

robot-graph file format

file can be either a .robot file or a .resource file.

format can be either HTML, JSON or Mermaid

Hint: In case your environment does not allow executing robot-graph, call the Python module directly:

python -m RobotGraph file format

How does it work

robot-graph uses the Robot Framework API to extract the Resource imports from .robot and .resource files. These imports build a dependency graph, which can be represented as a recursive data structure. From this representation one can generate a flow chart using Mermaid, a JavaScript library for generating diagrams, that can be embedded in an HTML file. robot-graph does not need a network connection.

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

robotframework_resource_graph-1.0.0.tar.gz (993.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page