{"id":28564117,"url":"https://github.com/appium/sample-apps","last_synced_at":"2025-06-10T13:09:37.629Z","repository":{"id":21451867,"uuid":"24770258","full_name":"appium/sample-apps","owner":"appium","description":"Sample app manager, for testing","archived":false,"fork":false,"pushed_at":"2018-05-25T15:17:32.000Z","size":57238,"stargazers_count":14,"open_issues_count":3,"forks_count":10,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-17T01:11:25.233Z","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/appium.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-10-03T19:05:33.000Z","updated_at":"2024-07-20T20:14:54.000Z","dependencies_parsed_at":"2022-08-21T13:40:31.355Z","dependency_job_id":null,"html_url":"https://github.com/appium/sample-apps","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fsample-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fsample-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fsample-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fsample-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appium","download_url":"https://codeload.github.com/appium/sample-apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fsample-apps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259080990,"owners_count":22802404,"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":"2025-06-10T13:09:36.816Z","updated_at":"2025-06-10T13:09:37.608Z","avatar_url":"https://github.com/appium.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"##sample-apps##\n\n`npm install sample-apps`\n\n\nThis module allows you to ask for apps by name and version, and it will return a full path to the .app, .apk or .zip file.\n\nSome of the apps are just binaries we have, stored in the pre-built directory.\nOthers exist as their own npm modules, loaded as dependencies and made available here.\n\nIt shouldn't matter to the user whether they are pre-built or not.\n\nThe modularized apps are in the package.json file as \"optional dependencies\" which means if for some reason they can't be loaded, this module will still install the rest of the apps.\nBut if an app doesn't load, it won't be included in `list()`\n\n##Usage##\n\n```\nsample_apps = require('sample-apps');\n\napps = sample_apps.list();\n\nconsole.log(apps);\n//[ 'ApiDemos-debug',\n//  'UICatalog7.1',\n//  'ContactManager-selendroid',\n//  'ContactManager',\n//  'TestApp',\n//  'TestApp6.0',\n//  'TestApp6.1',\n//  'TestApp7.1',\n//  'UICatalog6.0',\n//  'UICatalog6.1',\n//  'WebViewApp6.0',\n//  'WebViewApp6.1',\n//  'WebViewApp7.1' ]\n\npathToApiDemos = sample_apps('ApiDemos-debug');\n// /Users/jonahss/sample-apps/node_modules/android-apidemos/bin/ApiDemos-debug.apk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2Fsample-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappium%2Fsample-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2Fsample-apps/lists"}