Skip to content

Feature Request: CLI export for RoboView analysis (generate a browsable report) #16

@GerwinLaagland

Description

@GerwinLaagland

Request

Could RoboView expose its analysis results via a CLI, so it can generate an output file that people can view without opening the project in an IDE?

What I’m looking for is a report you can navigate through (similar to Robot Framework’s log.html / report.html). The goal is to share RoboView’s findings with reviewers / QA / other stakeholders who aren’t working in the code editor.

Why

Right now the information RoboView collects is locked to the “code environment”. In practice, that means only developers using the plugin can benefit from it. If RoboView could export a report, it becomes usable in code reviews and CI (as an artifact), and it’s much easier to share.

What “done” looks like

  • A command that runs RoboView analysis on a folder/repo and writes output to disk
  • Output is a static, browsable report (open it in a browser)
  • Basic navigation: suite/resource tree + clickable drill-down to details RoboView already gathers
  • Works headless so it can run in CI

Optional (nice to have)

  • JSON output as well (so teams can build their own dashboards or diff results between runs)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions