{"id":20512180,"url":"https://github.com/kinson/salvo","last_synced_at":"2026-04-22T09:05:57.246Z","repository":{"id":84509249,"uuid":"110880671","full_name":"kinson/salvo","owner":"kinson","description":"Kinvey integration test framework","archived":false,"fork":false,"pushed_at":"2019-01-06T20:42:01.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T22:45:57.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kinson.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":"2017-11-15T20:04:42.000Z","updated_at":"2023-03-07T09:55:07.000Z","dependencies_parsed_at":"2023-03-02T20:45:34.418Z","dependency_job_id":null,"html_url":"https://github.com/kinson/salvo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kinson/salvo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinson%2Fsalvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinson%2Fsalvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinson%2Fsalvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinson%2Fsalvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinson","download_url":"https://codeload.github.com/kinson/salvo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinson%2Fsalvo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2024-11-15T20:40:16.553Z","updated_at":"2026-04-22T09:05:57.219Z","avatar_url":"https://github.com/kinson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salvo\n\n*A framework for writing end-to-end tests with Kinvey and your MIC provider*\n\n## Notes:\n* Currently only works with google chrome\n* Test access token is stored locally for 55 minutes before requiring a token refresh\n\n## Getting Started\n* There are two basic functions that this library provides, authentication and an abstraction for requests sent to Kinvey service object, an example is provided using Salvo with Jest\n\n```js\nconst krequest = require('salvo').request;\nconst kauth = require('salvo').auth;\n\ndescribe('end to end tests', () =\u003e {\n  let authString = '';\n  beforeAll(done =\u003e {\n    jasmine.DEFAULT_TIMEOUT_INTERVAL = 25000;\n    return kauth('./__tests__/').then(res =\u003e {\n      authString = res;\n      done();\n    });\n  });\n\n  it('should return app data from Kinvey', done =\u003e {\n    return krequest(authString).then(res =\u003e {\n      const result = JSON.parse(res);\n      expect(result).toHaveProperty('kinvey', 'hello AppName');\n      expect(result).toHaveProperty('appName', 'AppName');\n      done();\n    });\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinson%2Fsalvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinson%2Fsalvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinson%2Fsalvo/lists"}