-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels