{"id":13712066,"url":"https://github.com/cucumber/cucumber-ruby-wire","last_synced_at":"2025-07-30T15:07:18.283Z","repository":{"id":34798395,"uuid":"38783239","full_name":"cucumber/cucumber-ruby-wire","owner":"cucumber","description":"Wire protocol plugin for Cucumber","archived":false,"fork":false,"pushed_at":"2024-03-26T14:36:30.000Z","size":207,"stargazers_count":7,"open_issues_count":4,"forks_count":10,"subscribers_count":99,"default_branch":"main","last_synced_at":"2024-04-13T21:55:15.625Z","etag":null,"topics":["polyglot-release","tidelift"],"latest_commit_sha":null,"homepage":"","language":"Gherkin","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":{"funding":{"open_collective":"cucumber"},"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}},"created_at":"2015-07-08T22:23:05.000Z","updated_at":"2024-03-21T22:03:12.000Z","dependencies_parsed_at":"2023-01-15T09:14:53.501Z","dependency_job_id":"f772f151-bee6-472f-8d3f-750d0fe317ca","html_url":"https://github.com/cucumber/cucumber-ruby-wire","commit_stats":{"total_commits":180,"total_committers":23,"mean_commits":7.826086956521739,"dds":0.8,"last_synced_commit":"f5879f379660b7146de391e043e92021306920b6"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-ruby-wire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-ruby-wire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-ruby-wire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-ruby-wire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/cucumber-ruby-wire/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869581,"owners_count":16555485,"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":["polyglot-release","tidelift"],"created_at":"2024-08-02T23:01:14.531Z","updated_at":"2024-10-07T10:08:52.898Z","avatar_url":"https://github.com/cucumber.png","language":"Gherkin","funding_links":["https://opencollective.com/cucumber"],"categories":["By Technology"],"sub_categories":["Ruby"],"readme":"[![Test cucumber-wire](https://github.com/cucumber/cucumber-ruby-wire/actions/workflows/cucumber-ruby-wire.yml/badge.svg)](https://github.com/cucumber/cucumber-ruby-wire/actions/workflows/cucumber-ruby-wire.yml)\n\n# cucumber-wire\n\nThis gem was extracted from the [cucumber gem](https://github.com/cucumber/cucumber-ruby), and remains a runtime dependency to that gem.\n\nIts tests are a bit hairy and prone to the occasional flicker.\n\nIn the future, it may become an opt-in plugin rather than a direct dependency on every Cucumber.\n\n## Configuration\n\nYou can configure the connection using a YAML file called a `.wire` file:\n\n```yaml\nhost: localhost\nport: 54321\ntimeout:\n  connect: 11\n  invoke: 120\n  begin_scenario: 120\n  end_scenario: 120\n```\n\n### Timeouts\n\nThe default timeout is 120 seconds. `connect` has a default timeout of 11 seconds.\n\n### YAML with ERB templating\n\nThe file format is YAML, with ERB templating, so you could make the configuration configurable:\n\n```yaml,erb\nhost: localhost\nport: 54321\ntimeout:\n  connect: \u003c%= (ENV['MY_CONNECT_TIMEOUT'] || 11).to_i %\u003e\n  invoke: 120\n  begin_scenario: 120\n  end_scenario: 120\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-ruby-wire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Fcucumber-ruby-wire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-ruby-wire/lists"}