Add ExecutionID to slack.MessageArgs #3292
Unanswered
alexandrchumakin
asked this question in
Q&A
Replies: 1 comment
-
hey @alexandrchumakin Thank you for your suggestion. Looks like a good idea. In general, we should have somehere a github issue regarding usage of templates for slack notification. So, it will also help and with other similar improvements. Feel free to open a github issue and we will add it to planned tasks or might be you want to contribute :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It will be really useful if we could send a link to testkube dashboard in a slack notification, so we need to extend
MessageArgs
withExecutionID
and populate it withExecutionID: execution.Id,
atcomposeTestsuiteMessage
andcomposeTestMessage
methods. Then we can extend slack notification with a section like:Beta Was this translation helpful? Give feedback.
All reactions