integrationservertest: Add detailed reporting to Slack
Open
enhancement
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
Current Slack message that is reported whenever the tests pass / fail is very basic.
Implement a detailed breakdown (perhaps in the form of a table) that shows the tests that were run as well as their status, so that we can easily tell which tests failed, which tests were run (were they expected?), whether we accidentally skipped some tests etc.
Example:
| Test | Status |
|-----|--------|
| Upgrade 8.15 -> 8.16 -> 8.17 | ✅ |
| Standalone-to-managed 7.17 -> 8.19 -> 9.1 | ❌ |
| Some other test | SKIP |
Contributor guide
Assessment
This issue has not been assessed yet.