{"id":15046911,"url":"https://github.com/vbanthia-zz/rspec_html_reporter","last_synced_at":"2025-10-02T20:31:59.340Z","repository":{"id":22432233,"uuid":"94940425","full_name":"vbanthia-zz/rspec_html_reporter","owner":"vbanthia-zz","description":"Rspec custom formatter to produce beautiful reports from rspec","archived":false,"fork":true,"pushed_at":"2024-02-15T11:06:59.000Z","size":2918,"stargazers_count":32,"open_issues_count":21,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T08:36:05.121Z","etag":null,"topics":["reporter","rspec","ruby"],"latest_commit_sha":null,"homepage":"https://vbanthia.github.io/rspec_html_reporter/index.html","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kingsleyh/rspec_reports_formatter","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbanthia-zz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-20T22:30:27.000Z","updated_at":"2023-05-11T05:30:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vbanthia-zz/rspec_html_reporter","commit_stats":null,"previous_names":["vbanthia/rspec_html_formatter2","vbanthia/rspec_html_reporter"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Frspec_html_reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Frspec_html_reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Frspec_html_reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Frspec_html_reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbanthia-zz","download_url":"https://codeload.github.com/vbanthia-zz/rspec_html_reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235043591,"owners_count":18927006,"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":["reporter","rspec","ruby"],"created_at":"2024-09-24T20:53:44.242Z","updated_at":"2025-10-02T20:31:58.821Z","avatar_url":"https://github.com/vbanthia-zz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Not Actively maintained. Please fork it to make any new change**\n\n---\n# RSpec HTML Reporter\n\nPublish pretty [rspec](http://rspec.info/) reports\n\nThis is a ruby RSpec custom formatter which generates pretty html reports showing the results of rspec tests. It has features to embed images and videos into report providing better debugging information in case test is failed. Check this [Sample Report](https://vbanthia.github.io/rspec_html_reporter/index.html).\n\n## Setup\n\nAdd this in your Gemfile:\n\n```rb\ngem 'rspec_html_reporter'\n```\n## Running\n\nEither add below in your `.rspec` file\n\n```rb\n--format RspecHtmlReporter\n```\n\nor run RSpec with `--format RspecHtmlReporter` like below:\n\n```bash\nREPORT_PATH=reports/$(date +%s) bundle exec rspec --format RspecHtmlReporter spec\n```\n\nAbove will create reports in `reports` directory.\n\n## Usage\nImages and videos can be embed by adding their path into example's metadata. Check this [Sample Test](./spec/embed_graphics_spec.rb).\n\n\n## Credits\nThis library is forked from [kingsleyh/rspec_reports_formatter](https://github.com/kingsleyh/rspec_reports_formatter). Original Credits goes to *[kingsleyh](https://github.com/kingsleyh)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbanthia-zz%2Frspec_html_reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbanthia-zz%2Frspec_html_reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbanthia-zz%2Frspec_html_reporter/lists"}