Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
41 stars 12 forks source link

Add Buildkite Test Analytics support #205

Closed mokagio closed 2 years ago

mokagio commented 2 years ago

Integrating Buildkite Test Analytics in the pipeline is a matter of:

  1. Exposing the Buildkite-generated BUILDKITE_ANALYTICS_TOKEN to the agent, which I did through our internal tooling for managing secrets
  2. Adding the BuildkiteTestCollector package as a dependency of the test s target

You can see the result in the brand new Tests Analytics page for this project

image

Next steps: This was a learning experiment, the big test will be to enable test analytics in WordPress iOS. ✨