Skip to content

buildkite/ruby-example-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Ruby Example Test Suite

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.

Configure the RSpec test collector

Learn more about this from the Ruby collectors page of the Buildkite Docs.

Run the RSpec test runner

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

License

See the LICENSE (MIT).

About

An example Ruby project for Buildkite Test Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages