How do I add a title to Slack reporting? #106
-
|
but my results come out like this: How do I add a title to these reports instead of My |
Beta Was this translation helpful? Give feedback.
Answered by
ASaiAnudeep
Nov 15, 2022
Replies: 1 comment 6 replies
-
|
Use title property. {
"name": "slack",
"inputs": {
"url": "<slack-incoming-webhook-url>",
"title": "Pactum API Tests"
}
} |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
ASaiAnudeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Use title property.
{ "name": "slack", "inputs": { "url": "<slack-incoming-webhook-url>", "title": "Pactum API Tests" } }