Test-framework plugins that integrate with Mergify CI Insights — OpenTelemetry trace upload for every test run.
More information at https://mergify.com
| Package | Description |
|---|---|
@mergifyio/vitest |
Vitest reporter (with quarantine + flaky detection) |
@mergifyio/playwright |
Playwright reporter (tracing + quarantine) |
@mergifyio/ci-core |
Shared core (tracing, resources, APIs) — internal |
See each package's README for installation and usage.
pnpm install
pnpm -r run build
pnpm -r testAvailable root scripts:
| Command | What it does |
|---|---|
pnpm -r test |
Run every package's test suite |
pnpm -r run build |
Build every package |
pnpm run typecheck |
Type-check the workspace |
pnpm run eslint |
Lint src/ and tests/ across packages |
pnpm run format |
Format and auto-fix with Biome |
pnpm run format:check |
Check formatting with Biome |