I built *Chat Test Reporter*, a CLI tool that sends your Jest/Vitest test results directly to Google Chat.
Perfect for CI/CD workflows where you want your team notified instantly — no custom scripts or webhooks required.
Works with Jest, Vitest, or any framework that outputs JSON
Just run your tests and then run: `npx chat-test-reporter`
Summarized message (/) is posted to your Google Chat space
Works with GitHub Actions, GitLab CI, and others
jjuliobit•4h ago
I built *Chat Test Reporter*, a CLI tool that sends your Jest/Vitest test results directly to Google Chat. Perfect for CI/CD workflows where you want your team notified instantly — no custom scripts or webhooks required.
Works with Jest, Vitest, or any framework that outputs JSON Just run your tests and then run: `npx chat-test-reporter` Summarized message (/) is posted to your Google Chat space Works with GitHub Actions, GitLab CI, and others
Website: https://chat-test-reporter.vercel.app NPM: https://www.npmjs.com/package/@chat-test-reporter/chat-test-...
Would love any feedback, suggestions, or thoughts!