
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@mergifyio/vitest
Advanced tools
A Vitest reporter that integrates seamlessly with Mergify, uploading OpenTelemetry traces of test executions to Mergify CI Insights, along with optional quarantine and flaky-test detection.
More information at https://mergify.com
Install the package as a dev dependency alongside vitest (>= 3.0.0):
npm install --save-dev @mergifyio/vitest
Register MergifyReporter in your vitest.config.ts:
import { defineConfig } from 'vitest/config';
import MergifyReporter from '@mergifyio/vitest';
export default defineConfig({
test: {
reporters: ['default', new MergifyReporter()],
},
});
Set MERGIFY_TOKEN in your CI environment so the reporter can upload test
traces. Without it, the reporter stays silent and tests run normally.
| Variable | Description | Default |
|---|---|---|
MERGIFY_TOKEN | Mergify API authentication token | (required) |
MERGIFY_API_URL | Mergify API endpoint | https://api.mergify.com |
VITEST_MERGIFY_ENABLE | Force-enable outside CI | false |
MERGIFY_CI_DEBUG | Print spans to console instead of uploading | false |
MERGIFY_TRACEPARENT | W3C distributed trace context | — |
For detailed documentation, see the official guide.
Clone the repo and install dependencies:
pnpm install
Available scripts (from this package's directory or with pnpm --filter @mergifyio/vitest):
| Command | What it does |
|---|---|
pnpm test | Run the test suite once (vitest run) |
pnpm run build | Bundle the package with tsdown |
FAQs
Vitest reporter for Mergify CI Insights
We found that @mergifyio/vitest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.