Merge default HTML reports and AI reports #1973
Labels
enhancement
New feature request or improvement of an existing feature
maestro ai
Related to Maestro's AI-powered commands
maestro cli
Related to the command-line Maestro tool
P2
Important and valid issues not at the top of the work list
tech debt
Corners cut, candidates for refactoring, etc.
Current state
Right now, if the flow contains at least 1 AI-powered command (as of now: either
assertWithAI
orassertNoDefectsWithAI
), then HTML report of AI output is generated in~/.maestro/tests/<flow-udid>/
directory.This is not great as the information about a single flow is split across 2 files.
Expected state
A single HTML report for each flow is generated in
~/.maestro/tests/<flow-udid>/
. The individual HTML reports are hyperlinked to each other (e.g. there's a dropdown list), to make it very easy for the user to switch between them.Prerequisites
Make the default HTML report look good and be more useful. There's come community work being done in this area already:
I would still argue that the HTML report doesn't look as nice as I wish it would.
Then we need to look into merging the two (i.e. this issue).
Additional context
The text was updated successfully, but these errors were encountered: