Report Automation Test Results to Google Chat

In the previous post we have seen the integration of test results to microsoft teams and slack.

In this article, we will check on reporting your test results to Google Chat.

test-results-reporter
/
repo…


This content originally appeared on DEV Community and was authored by Anudeep

In the previous post we have seen the integration of test results to microsoft teams and slack.

In this article, we will check on reporting your test results to Google Chat.

GitHub logo test-results-reporter / reporter

Publishes test results to Microsoft Teams, Google Chat & Slack

logo

Test Results Reporter

Publish test results to Microsoft Teams, Google Chat, Slack and many more.


Build Downloads Size

Stars

Targets

slack teams chat

Extensions

reportportal quickchart hyperlink mentions

Test Results

testng junit cucumber mocha xunit

Sample Reports


teams-summary-report

slack-summary-report


Documentation


Need Help

We use Github Discussions to receive feedback, discuss ideas & answer questions. Head over to it and feel free to start a discussion. We are always happy to help 😊.

Support Us

Like this project! Star it on Github ⭐. Your support means a lot to us.

Flask icons created by Freepik - Flaticon




Test Results Reporter is a command line tool that can publish test results to numerous communication platforms.

Steps

  • Create an incoming webhook url for a chat space - docs
  • Create a config file either in json or js format.
{
  "reports": [
    {
      "targets": [
        {
          "name": "chat",
          "inputs": {
            "url": "<chat-incoming-webhook-url>"
          }
        }
      ],
      "results": [
        {
          "type": "junit",
          "files": ["path/to/junit-results.xml"]
        }
      ]
    }
  ]
}
  • Install Node.js in your system.
  • Run this command to report the results.
npx test-results-reporter publish -c path/to/config.json


This content originally appeared on DEV Community and was authored by Anudeep


Print Share Comment Cite Upload Translate Updates
APA

Anudeep | Sciencx (2022-07-18T14:27:06+00:00) Report Automation Test Results to Google Chat. Retrieved from https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/

MLA
" » Report Automation Test Results to Google Chat." Anudeep | Sciencx - Monday July 18, 2022, https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/
HARVARD
Anudeep | Sciencx Monday July 18, 2022 » Report Automation Test Results to Google Chat., viewed ,<https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/>
VANCOUVER
Anudeep | Sciencx - » Report Automation Test Results to Google Chat. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/
CHICAGO
" » Report Automation Test Results to Google Chat." Anudeep | Sciencx - Accessed . https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/
IEEE
" » Report Automation Test Results to Google Chat." Anudeep | Sciencx [Online]. Available: https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/. [Accessed: ]
rf:citation
» Report Automation Test Results to Google Chat | Anudeep | Sciencx | https://www.scien.cx/2022/07/18/report-automation-test-results-to-google-chat/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.