Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send allure report to slack #897

Open
harshbaj06 opened this issue May 3, 2023 · 3 comments
Open

send allure report to slack #897

harshbaj06 opened this issue May 3, 2023 · 3 comments

Comments

@harshbaj06
Copy link

What feature do you want to see added?

I want to send allure-report through this plugin to my slack, but the option is not available currently.

Upstream changes

No response

@timja
Copy link
Member

timja commented May 3, 2023

@thomasvincent
Copy link

You could do this pretty easily

slackSend channel="#general" message="Here is an Allure report" attachments=[
  {
    "title": "Allure Report",
    "url": "https://example.com/allure-report"
  }
]

@harshbaj06
Copy link
Author

harshbaj06 commented May 31, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants