buildpulse-test-reporter

CI integration tool to detect, track, and rank flaky tests

brewmacoslinux
Try with needOr install directly
Source

About

Connect your CI to BuildPulse to detect, track, and rank flaky tests

Commands

buildpulse-test-reporter

Examples

Upload test results to BuildPulse from a CI environment$ buildpulse-test-reporter upload --access-token YOUR_TOKEN --repository-name myrepo
Submit test results with custom paths for multiple test suites$ buildpulse-test-reporter upload --access-token YOUR_TOKEN --path ./test-results/junit.xml --path ./test-results/rspec.json
Upload results with commit SHA and branch information$ buildpulse-test-reporter upload --access-token YOUR_TOKEN --commit-sha abc123 --branch main