{"id":16073806,"url":"https://github.com/phstc/putsreq_integration_sample","last_synced_at":"2025-06-28T18:11:55.806Z","repository":{"id":16200675,"uuid":"18947443","full_name":"phstc/putsreq_integration_sample","owner":"phstc","description":"PutsReq - Sample end-to-end tests","archived":false,"fork":false,"pushed_at":"2014-05-04T21:32:29.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T04:42:29.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://putsreq.com","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/phstc.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}},"created_at":"2014-04-19T18:06:55.000Z","updated_at":"2022-09-02T22:06:20.000Z","dependencies_parsed_at":"2022-09-12T16:50:55.678Z","dependency_job_id":null,"html_url":"https://github.com/phstc/putsreq_integration_sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phstc/putsreq_integration_sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fputsreq_integration_sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fputsreq_integration_sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fputsreq_integration_sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fputsreq_integration_sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phstc","download_url":"https://codeload.github.com/phstc/putsreq_integration_sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fputsreq_integration_sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262474146,"owners_count":23316913,"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":[],"created_at":"2024-10-09T08:23:02.916Z","updated_at":"2025-06-28T18:11:55.762Z","avatar_url":"https://github.com/phstc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/phstc/putsreq_integration_sample.svg)](https://travis-ci.org/phstc/putsreq_integration_sample)\n\n## PutsReq - Sample end-to-end tests\n\nSample end-to-end tests using [PutsReq](http://putsreq.com).\n\n### Tests\n\nCheck [spec/acceptance](https://github.com/phstc/putsreq_integration_sample/tree/master/spec/acceptance) to see the test samples.\n\n### Integration with Travis and Capistrano.\n\nHere's an example you can use to trigger an end-to-end test project on [travis](https://travis-ci.org) after every deploy with Capistrano.\n\n```ruby\nrequire 'travis/pro'\n\nset :travis_repository,  'phstc/putsreq_integration_sample'\nset :travis_token,       '...' # Travis Token http://blog.travis-ci.com/2013-01-28-token-token-token/\n\nnamespace :travis do\n  task :build do\n    on :local do\n      Travis::Pro.access_token = fetch(:travis_token)\n      repo = Travis::Pro::Repository.find(fetch(:travis_repository))\n      repo.last_build.restart\n\n      info \"Building #{fetch(:travis_repository)} on travis\"\n    end\n  end\nend\n\nafter 'deploy', 'travis:build'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphstc%2Fputsreq_integration_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphstc%2Fputsreq_integration_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphstc%2Fputsreq_integration_sample/lists"}