mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
948 stars 22 forks source link

Add buildkite support - Test Analytics #73

Open mfridman opened 2 years ago

mfridman commented 2 years ago

Buildkite recently added a new feature called Test Analytics.

Consider adding support for importing JSON-formatted test results to Buildkite, docs here:

https://buildkite.com/docs/test-analytics/importing-json https://buildkite.com/docs/test-analytics/importing-json#json-test-results-data-reference

I've been working on something similar via https://gotest.io (private beta). So whatever user-facing method of setting flags/env variables should be consistent.