{"id":13878979,"url":"https://github.com/buildkite/rspec-buildkite","last_synced_at":"2025-10-06T06:43:21.845Z","repository":{"id":42562547,"uuid":"134965872","full_name":"buildkite/rspec-buildkite","owner":"buildkite","description":"RSpec failures as Buildkite annotations so you can fix them fast","archived":false,"fork":false,"pushed_at":"2024-09-11T06:33:56.000Z","size":50,"stargazers_count":18,"open_issues_count":1,"forks_count":8,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-05-13T01:14:06.010Z","etag":null,"topics":["buildkite","buildkite-annotations","rails","rspec","rspec-formatter","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildkite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-26T13:56:35.000Z","updated_at":"2025-05-05T16:14:11.000Z","dependencies_parsed_at":"2024-02-23T04:54:21.791Z","dependency_job_id":"b957c02f-381f-4f41-8967-49149bcc5289","html_url":"https://github.com/buildkite/rspec-buildkite","commit_stats":{"total_commits":30,"total_committers":6,"mean_commits":5.0,"dds":"0.23333333333333328","last_synced_commit":"638f053e84c9e173f29900390af6fff8373f2664"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Frspec-buildkite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Frspec-buildkite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Frspec-buildkite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildkite%2Frspec-buildkite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildkite","download_url":"https://codeload.github.com/buildkite/rspec-buildkite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253851073,"owners_count":21973674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildkite","buildkite-annotations","rails","rspec","rspec-formatter","ruby"],"created_at":"2024-08-06T08:02:05.939Z","updated_at":"2025-10-06T06:43:16.809Z","avatar_url":"https://github.com/buildkite.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# RSpec Buildkite\n\nOutput [RSpec][rspec] failure messages as [Buildkite annotations][buildkite-annotations] as soon as they happen so you can fix them while your build finishes.\n\n![A Buildkite build still in progress with an annotation showing an RSpec failure][screenshot]\n\n  [rspec]: http://rspec.info\n  [buildkite-annotations]: https://buildkite.com/docs/agent/v3/cli-annotate\n  [screenshot]: https://user-images.githubusercontent.com/14028/40577709-5b839e8a-614d-11e8-898b-575bb0cc02ba.png\n\n## Installation\n\nAdd the gem to your Gemfile, after rspec:\n\n```ruby\ngem \"rspec\"\ngem \"rspec-buildkite\"\n```\n\nAnd then bundle:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-buildkite\n\n## Usage\n\nAdd it to your `.rspec` alongside your favorite formatter:\n\n```\n--color\n--require spec_helper\n--format documentation\n--format RSpec::Buildkite::AnnotationFormatter\n```\n\nNow run your specs on Buildkite!\n\n### Docker \u0026 Docker Compose\n\nIf you run your RSpec builds inside Docker or Docker Compose then you'll need to make sure that buildkite-agent is available inside your container, and that some environment variables are propagated into the running containers. The buildkite-agent binary can be baked into your image, or mounted in as a volume. If you're using [the docker-compose-buildkite-plugin][dcbp] you can pass the environment using [plugin configuration][dcbp-env]. Or you can add them to the [environment section][dc-env] in your `docker-compose.yml`, or supply [env arguments][d-env] to your docker command.\n\nThe following environment variables are required:\n\n- `BUILDKITE`\n- `BUILDKITE_BUILD_URL`\n- `BUILDKITE_JOB_ID`\n- `BUILDKITE_AGENT_ACCESS_TOKEN`\n\n  [dcbp]: https://github.com/buildkite-plugins/docker-compose-buildkite-plugin\n  [dcbp-env]: https://github.com/buildkite-plugins/docker-compose-buildkite-plugin#environment\n  [dc-env]: https://docs.docker.com/compose/environment-variables/\n  [d-env]: https://docs.docker.com/engine/reference/run/#env-environment-variables\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/buildkite/rspec-buildkite.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildkite%2Frspec-buildkite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildkite%2Frspec-buildkite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildkite%2Frspec-buildkite/lists"}