{"id":20932410,"url":"https://github.com/testingbot/ruby-rspec-example","last_synced_at":"2026-05-03T18:35:36.654Z","repository":{"id":141992033,"uuid":"153293525","full_name":"testingbot/ruby-rspec-example","owner":"testingbot","description":"An example of Ruby with RSpec for TestingBot.com","archived":false,"fork":false,"pushed_at":"2018-10-17T12:44:09.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-30T10:47:08.629Z","etag":null,"topics":["rspec","rspec-examples","selenium-webdriver","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testingbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-16T13:49:40.000Z","updated_at":"2023-06-23T11:41:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"25f9650d-42d3-402e-98a0-4be9cf509e1c","html_url":"https://github.com/testingbot/ruby-rspec-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testingbot/ruby-rspec-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fruby-rspec-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fruby-rspec-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fruby-rspec-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fruby-rspec-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testingbot","download_url":"https://codeload.github.com/testingbot/ruby-rspec-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fruby-rspec-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28006002,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["rspec","rspec-examples","selenium-webdriver","webdriver"],"created_at":"2024-11-18T21:48:31.986Z","updated_at":"2025-12-24T18:12:09.802Z","avatar_url":"https://github.com/testingbot.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/testingbot/ruby-rspec-example.svg?branch=master)](https://travis-ci.org/testingbot/ruby-rspec-example)\n\n## TestingBot - RSpec Example\n\nTestingBot provides an online grid of browsers and mobile devices to run Automated tests on via Selenium WebDriver.\nThis example demonstrates how to use Ruby with RSpec to run a test in parallel across several browsers.\n\n### Environment Setup\n\n1. Global Dependencies\n    * Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)\n    * Or Install Ruby with [Homebrew](http://brew.sh/)\n    ```\n    $ brew install ruby\n    ```\n    * Install [Rake](http://docs.seattlerb.org/rake/)\n    ```\n    $ gem install rake\n    ```\n    * Install bundler (sudo may be necessary)\n    ```\n    $ gem install bundler\n    ```\n\n2. TestingBot Credentials\n    * Add your TestingBot Key and Secret as environmental variables. You can find these in the [TestingBot Dashboard](https://testingbot.com/members/).\n    ```\n    $ export TB_KEY=\u003cyour TestingBot Key\u003e\n    $ export TB_SECRET=\u003cyour TestingBot Secret\u003e\n    ```\n\n3. Project Dependencies\n    * Install packages (Use sudo if required)\n    ```\n    $ bundle install\n    ```\n\n### Running Tests\n\n* Tests in Parallel:\n    ```\n    $ rake test_testingbot\n    ```\nYou will see the test result in the [TestingBot Dashboard](https://testingbot.com/members/)\n\n### Resources\n##### [TestingBot Documentation](https://testingbot.com/support/)\n\n##### [SeleniumHQ Documentation](http://www.seleniumhq.org/docs/)\n\n##### [Cucumber Documentation](https://cucumber.io/docs/reference)\n\n##### [Capybara Documentation](http://www.rubydoc.info/github/jnicklas/capybara/master)\n\n##### [Ruby Documentation](http://ruby-doc.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Fruby-rspec-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestingbot%2Fruby-rspec-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Fruby-rspec-example/lists"}