-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The following component I find very valuable and would help me to make my workflow more comfortable.
A summary panel is a UI element that contains all the ran tests in the last job with the displated statuses so I could:
- Look up the test definition in the codebase
- See all the failed/passed tests
- Rerun a specific one
- Rerun all the failed
The data for this component might be gathered from the running tests, so no need in codebase indexing and I anticipate it will not impact performance.
As an option a generic data queue could be implemented in order to deliver data to display in output and extend a capability for the others plugins to consume the data (such as overseer)
Metadata
Metadata
Assignees
Labels
No labels