Skip to content

[Feature Request] Introduce testcase-specific reporting #1081

@mbuechse

Description

@mbuechse

Currently, our report assigns to every testcase a result (PASS/FAIL/ABORT). Everything else is buried in blanket stdout/stderr capture, which has its own internal structure, but that is only apparent if you see all the intervening debug messages, which are redacted on the compliance monitor. It's not great UX.

Also stderr should not be relevant to anyone except test developers! That need not even be part of the UI (except for the full report view).

  • change all scripts so that relevant output is done on stdout, prefixed by testcase-id
  • make sure stderr only contains debug info and unexpected operational errors
  • hide stderr from CM UI (except in full report view)
  • make testcase-specific stdout messages available in CM UI (no longer calling it stdout)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions