Centralize test executions. Visualize pass rates and failure trends for engineers and leadership to act on — with flaky test quarantine and AI root cause analysis built in.
Free & open source · MIT license · Self-host in under 2 minutes
The moment your automation runs regularly in CI, different questions emerge. Here's how UReport answers each of them.
Filter by product lane, team, browser, platform, and build stage. Each test shows a run history bar — spot regressions the moment they land.
Five official reporters push results automatically from CI — zero manual work. Or POST directly to the REST API.
npm i -D ureport-playwright-reporter
npm i -D ureport-jest-reporter
npm i -D ureport-mocha-reporter
pip install ureport-pytest-reporter
ureport-testng-reporter (Maven)
// 1. Install the reporter
// npm i -D ureport-playwright-reporter
reporter: [
['ureport-playwright-reporter', {
serverUrl: 'https://your.ureportlab.com',
product: 'my-app',
token: process.env.UREPORT_TOKEN,
}]
],
// 2. Run your tests — results push automatically
// npx playwright test
Self-host forever at no cost. Upgrade for higher limits and Pro features.
Self-host in under 2 minutes. No credit card, no sign-up — just clone and run.