-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog