{"id":13463358,"url":"https://github.com/cucumber/aruba","last_synced_at":"2025-05-13T15:10:33.343Z","repository":{"id":808945,"uuid":"515585","full_name":"cucumber/aruba","owner":"cucumber","description":"Test command-line applications with Cucumber-Ruby, RSpec or Minitest.","archived":false,"fork":false,"pushed_at":"2025-04-22T13:39:27.000Z","size":3484,"stargazers_count":952,"open_issues_count":47,"forks_count":160,"subscribers_count":83,"default_branch":"main","last_synced_at":"2025-05-03T00:01:51.671Z","etag":null,"topics":["bdd","cucumber","ruby","shell","tdd","tidelift"],"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/cucumber.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null},"funding":{"open_collective":"cucumber","github":"cucumber"}},"created_at":"2010-02-12T19:06:31.000Z","updated_at":"2025-04-22T13:39:30.000Z","dependencies_parsed_at":"2023-02-12T17:15:59.304Z","dependency_job_id":"f28b6916-8016-4c1e-aa8c-711415831e88","html_url":"https://github.com/cucumber/aruba","commit_stats":{"total_commits":2345,"total_committers":98,"mean_commits":"23.928571428571427","dds":0.6869936034115138,"last_synced_commit":"d98df76bb0d2a6a68034642653098db0e7888bf7"},"previous_names":[],"tags_count":108,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faruba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faruba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faruba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faruba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/aruba/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253806564,"owners_count":21967191,"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":["bdd","cucumber","ruby","shell","tdd","tidelift"],"created_at":"2024-07-31T13:00:51.903Z","updated_at":"2025-05-13T15:10:33.284Z","avatar_url":"https://github.com/cucumber.png","language":"Ruby","readme":"[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cucumber/aruba/main/LICENSE)\n[![Gem Version](https://badge.fury.io/rb/aruba.svg)](http://badge.fury.io/rb/aruba)\n[![Support](https://img.shields.io/badge/cucumber-support-orange.svg)](https://cucumber.io/support)\n[![Build Status](https://github.com/cucumber/aruba/actions/workflows/ruby.yml/badge.svg)](https://github.com/cucumber/aruba/actions/workflows/ruby.yml)\n\n## Install\n\nAdd this line to your application's `Gemfile`:\n\n```ruby\ngem 'aruba', '~\u003e 2.3'\n```\n\nAnd then execute:\n\n```bash\nbundle\n```\n\nOr install it yourself as:\n\n```bash\ngem install aruba\n```\n\n## Usage\n\n### As a user getting started with Aruba\n\nOur most current documentation to get started with Aruba as a user can be\nfound in [./features/](https://github.com/cucumber/aruba/tree/main/features/).\n\n### As a user getting started with a ruby testing framework\n\n* **Cucumber**:\n\n    If you're new to the Cucumber ecosystem, it's worth to visit\n[the project's documentation site](https://cucumber.io/docs). This also includes\ninformation about how to write feature files in Gherkin.\n\n* **RSpec**:\n\n    If you want to use Aruba with RSpec and you need some information about how\n    to use RSpec, please visit [their website](http://rspec.info/documentation/).\n\n* **minitest**:\n\n    The documentation for minitest can be found [here](http://docs.seattlerb.org/minitest/).\n\n### As a developer getting started with Aruba\n\nA full documentation of the API for developers can be found on\n[RubyDoc](http://www.rubydoc.info/gems/aruba).\n\n## Support\n\nFor support, please have a look at the [support website](https://cucumber.io/support)\nof Cucumber. You have different options to reach out for help: Recommended for\nAruba would be using the [Community Discord](https://github.com/cucumber#get-in-touch).\n\nConcrete issues can be reported via the\n[Issues page on GitHub](https://github.com/cucumber/aruba/issues).\n\n## Maintainers\n\nCurrently, this gem is mainly maintained by this group of people:\n\n* [@mvz](https://github.com/mvz)\n\n## Release Policy\n\nWe use [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html). We\ndepend on rubygems to ensure correct dependency versions, so dropping support\nfor older dependencies and Ruby versions will not result in a major version\nbump.\n\n## Supported Ruby versions\n\nAruba is supported on Ruby 2.7 and up, and tested against CRuby 2.7, 3.0,\n3.1 and 3.2, and JRuby 9.4.\n\n## Supported Cucumber versions\n\nAruba is supported on and tested with Cucumber versions 8 and 9.\n\n## Supported operating systems\n\nAruba is fully tested in CI on Linux and MacOS. On Windows, only RSpec tests\nare run, so YMMV. Full Windows support is a work in progress.\n\n## Contributing\n\nPlease see the [CONTRIBUTING](CONTRIBUTING.md) file.\n\n## Code branches\n\nDevelopment takes place in the `main` branch and currently targets the 2.x\nreleases. If necessary, maintenance of the old 1.1.x releases will take place\nin a `1-1-stable` branch, and of 0.14.x releases in the `0-14-stable` branch.\nStable branches will not be created until absolutely necessary.\n\n## License\n\nSee the file [LICENSE](LICENSE).\n","funding_links":["https://opencollective.com/cucumber","https://github.com/sponsors/cucumber"],"categories":["Testing","Ruby","By Category"],"sub_categories":["Cucumber Steps","Apps"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faruba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faruba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faruba/lists"}