{"id":14969825,"url":"https://github.com/igor-starostenko/report_factory-rspec","last_synced_at":"2026-02-04T17:32:24.531Z","repository":{"id":56891803,"uuid":"111248797","full_name":"igor-starostenko/report_factory-rspec","owner":"igor-starostenko","description":"RSpec formetter for ReportFactory","archived":false,"fork":false,"pushed_at":"2020-01-16T05:24:04.000Z","size":56,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T21:55:41.670Z","etag":null,"topics":["qa","qatools","rails","report","reports","rspec","ruby","ruby-gem","ruby-on-rails","rubygem","test-automation","testing"],"latest_commit_sha":null,"homepage":"https://github.com/igor-starostenko/report_factory","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/igor-starostenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-18T23:41:42.000Z","updated_at":"2019-01-28T06:38:16.000Z","dependencies_parsed_at":"2022-08-20T15:20:57.283Z","dependency_job_id":null,"html_url":"https://github.com/igor-starostenko/report_factory-rspec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/igor-starostenko/report_factory-rspec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor-starostenko%2Freport_factory-rspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor-starostenko%2Freport_factory-rspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor-starostenko%2Freport_factory-rspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor-starostenko%2Freport_factory-rspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igor-starostenko","download_url":"https://codeload.github.com/igor-starostenko/report_factory-rspec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor-starostenko%2Freport_factory-rspec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["qa","qatools","rails","report","reports","rspec","ruby","ruby-gem","ruby-on-rails","rubygem","test-automation","testing"],"created_at":"2024-09-24T13:42:27.334Z","updated_at":"2026-02-04T17:32:24.499Z","avatar_url":"https://github.com/igor-starostenko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReportFactory::Rspec\n\n[![Gem Version](https://badge.fury.io/rb/report_factory-rspec.svg)](https://badge.fury.io/rb/report_factory-rspec)\n[![Build Status](https://travis-ci.org/igor-starostenko/report_factory-rspec.svg?branch=master)](https://travis-ci.org/igor-starostenko/report_factory-rspec)\n[![Maintainability](https://api.codeclimate.com/v1/badges/70ff8b7c010a50c9e3c1/maintainability)](https://codeclimate.com/github/igor-starostenko/report_factory-rspec/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/70ff8b7c010a50c9e3c1/test_coverage)](https://codeclimate.com/github/igor-starostenko/report_factory-rspec/test_coverage)\n\n*ReportFactory* helps you save each of your test runs so that they are always available for reports and analytics.\nIt consists of three parts:\n1. A [rails server](https://github.com/igor-starostenko/report_factory) that provides an interface via JSON API and saves your test runs in a DB;\n2. A [web dashboard](https://github.com/igor-starostenko/report_factory-web) which gives you an easy way to configure your test projects and reports;\n3. And a test formatter that automatically sends reports to the server after each test run. This repo is the formatter for RSpec.\n\n## Getting Started\n\nFollow these [instructions](https://github.com/igor-starostenko/report_factory/blob/master/setup/INSTRUCTIONS.md) to get *Report Factory* running with *Docker*. The configuration is ready for production.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'report_factory-rspec'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install report_factory-rspec\n\n## Usage\n\nBefore you start using this formatter, make sure you have the [ReportFactory](https://github.com/igor-starostenko/report_factory) server deployed and running.\n\nTo setup this formatter to work with your RSpec tests, add this to your `spec_helper.rb` file:\n\n```ruby\nrequire 'report_factory/rspec'\n```\n\nand configure:\n\n```ruby\nReportFactory::Rspec.configure do |config|\n  config.url = \"The url of the ReportFactory server. It's 'http://0.0.0.0:3000' if you're running locally\"\n  config.project_name = \"The name of the project that you are testing. Needs to be previously created in ReportFactory\"\n  config.tags = ['Tags', 'to', 'help', 'you', 'group', 'your', 'reports']\n  config.auth_token = \"Your user X_API_KEY. Can be found in ReportFactory in your user information\"\nend\n```\n\nThen you can just simply run rspec with `--format ReportFactory::Rspec::Formatter` and your reports will be available on the server after each test run.\nYou can add that line to your `.rspec` file if you want it to be the default behavior.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. 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/igor-starostenko/report_factory-rspec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the ReportFactory::Rspec project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/igor-starostenko/report_factory-rspec/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figor-starostenko%2Freport_factory-rspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figor-starostenko%2Freport_factory-rspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figor-starostenko%2Freport_factory-rspec/lists"}