{"id":22511132,"url":"https://github.com/renderedtext/cucumber_booster_config","last_synced_at":"2025-08-03T14:32:18.657Z","repository":{"id":56894796,"uuid":"41734126","full_name":"renderedtext/cucumber_booster_config","owner":"renderedtext","description":"Cucumber configuration injection for autoparallelism in a gem.","archived":false,"fork":false,"pushed_at":"2021-08-06T09:20:15.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-08T21:41:06.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/renderedtext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-01T11:17:23.000Z","updated_at":"2021-08-06T09:20:18.000Z","dependencies_parsed_at":"2022-08-21T01:20:27.233Z","dependency_job_id":null,"html_url":"https://github.com/renderedtext/cucumber_booster_config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fcucumber_booster_config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fcucumber_booster_config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fcucumber_booster_config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fcucumber_booster_config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renderedtext","download_url":"https://codeload.github.com/renderedtext/cucumber_booster_config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548583,"owners_count":17935226,"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":[],"created_at":"2024-12-07T02:09:10.899Z","updated_at":"2024-12-07T02:09:11.508Z","avatar_url":"https://github.com/renderedtext.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cucumber Booster Config\n\n[![Build Status](https://semaphoreci.com/api/v1/projects/b5ad1293-4dd1-425d-8c00-b42ceca09c75/527737/badge.svg)](https://semaphoreci.com/renderedtext/cucumber_booster_config)\n[![Gem Version](https://badge.fury.io/rb/semaphore_cucumber_booster_config.svg)](https://badge.fury.io/rb/semaphore_cucumber_booster_config)\n\nInjects additional configuration for Cucumber so that it outputs JSON report suitable\nfor estimation of the [split configuration](https://github.com/renderedtext/test-boosters#split-configuration) for the next build.\n\nCucumber Booster Config is primarily used as [Test Boosters gem](https://github.com/renderedtext/test-boosters) dependency.\nBoosters help you with distribution of your test files across many parallel jobs and optimize your build time. Find out more about [Boosters](https://semaphoreci.com/docs/about-boosters.html).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"semaphore_cucumber_booster_config\"\n```\n\n## Usage from the CLI\n\n```\n$ cucumber-booster-config help inject\nUsage:\n  cucumber-booster-config inject PATH\n\n  Options:\n    [--dry-run], [--no-dry-run]\n\ninject Semaphore's Cucumber configuration in project PATH\n```\n\nIf you use the `--dry-run` option, output will look like this:\n\n```\n$ cucumber-booster-config inject . --dry-run\nRunning in .\nFound Cucumber profile file: ./cucumber.yml\nContent before:\n---\ndefault: --format pretty features\n---\nInserting Semaphore configuration at the top\nAppending Semaphore profile to default profile\nContent after:\n---\nsemaphoreci: --format json --out=features_report.json\ndefault: --format pretty features --profile semaphoreci\n---\n```\n\n## Usage from other scripts\n\nYou can invoke the injector script programaticaly too:\n\n``` ruby\ncurrent_path = Dir.pwd\noutput_report_path = \"/tmp/cucumber_report.json\"\n\nCucumberBoosterConfig::Injection.new(current_path, output_report_path).run\n```\n\nThis is how Test Boosters gem is using it to configure Cucumber.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`bundle exec rspec` to run the tests. You can also run `bin/console` for an\ninteractive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\n\n### How to release a new version\n\nBump version number in `lib/cucumber_booster_config/version.rb`, commit and\npush your changes.\n\nSemaphore is currently configured to push new versions to Rubygems.\nIf version hasn't changed, Rubygems will simply ignore the update.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/renderedtext/cucumber_booster_config.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fcucumber_booster_config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenderedtext%2Fcucumber_booster_config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fcucumber_booster_config/lists"}