{"id":14991350,"url":"https://github.com/joker1007/rspec-storage","last_synced_at":"2025-04-12T03:31:04.834Z","repository":{"id":56892974,"uuid":"82194845","full_name":"joker1007/rspec-storage","owner":"joker1007","description":"RSpec output test report to any stroage (current support is [s3, gcs])","archived":false,"fork":false,"pushed_at":"2020-09-04T20:12:54.000Z","size":16,"stargazers_count":22,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:22:08.536Z","etag":null,"topics":["rspec","ruby"],"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/joker1007.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-02-16T15:24:52.000Z","updated_at":"2021-08-10T15:03:21.000Z","dependencies_parsed_at":"2022-08-21T01:50:12.606Z","dependency_job_id":null,"html_url":"https://github.com/joker1007/rspec-storage","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Frspec-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Frspec-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Frspec-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Frspec-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joker1007","download_url":"https://codeload.github.com/joker1007/rspec-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248265208,"owners_count":21074911,"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":["rspec","ruby"],"created_at":"2024-09-24T14:27:27.345Z","updated_at":"2025-04-12T03:31:03.525Z","avatar_url":"https://github.com/joker1007.png","language":"Ruby","readme":"# rspec-storage\n\nRSpec output test report to any stroage\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rspec-storage'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-storage\n\n# Support Storages\n\n- S3 (s3://)\n- GCS (gs://)\n\n# Environment Variables\n\n- S3\n  - AWS_ACCESS_KEY_ID\n  - AWS_SECRET_ACCESS_KEY\n  - AWS_REGION\n\n- GCS\n  - GOOGLE_APPLICATION_CREDENTIALS\n\n## Usage\n\n```\n$ rspec -r rspec/storage spec/example_spec.rb -f doc -f json -o s3://your-bucket/spec_result.json\n```\n\nYou need to require `rspec/storage` before rspec init process\n\n## With webmock\n\nIf you use webmock, you may need to add snippet to spec_helper as workaround.\n\n```ruby\nRSpec.configure do |config|\n# ...\n\n  config.after :suite do\n    WebMock.allow_net_connect!\n  end\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. 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/joker1007/rspec-storage.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoker1007%2Frspec-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoker1007%2Frspec-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoker1007%2Frspec-storage/lists"}