This repository provides an example of a basic Ruby project that you can configure with a Buildkite Test Engine test suite.
Note
This example assumes you have already installed Ruby locally.
Learn more about this from the Ruby collectors page of the Buildkite Docs.
After configuring this Ruby project with the RSpec test collector, run the project's RSpec test runner to send its test data back to your configured test suite in Buildkite Test Engine, using this command:
BUILDKITE_ANALYTICS_TOKEN=<api-token-value> BUILDKITE_ANALYTICS_MESSAGE="My test run" rspec
See the LICENSE (MIT).