{"id":51528810,"url":"https://github.com/browserstack/maestro-sample","last_synced_at":"2026-07-09T00:31:53.186Z","repository":{"id":325023050,"uuid":"1099518388","full_name":"browserstack/maestro-sample","owner":"browserstack","description":"Samples to support Mastro for iOS and Android apps on browserstack","archived":false,"fork":false,"pushed_at":"2026-06-19T13:11:14.000Z","size":14657,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T15:14:57.612Z","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/browserstack.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-19T05:07:53.000Z","updated_at":"2026-06-19T13:11:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/browserstack/maestro-sample","commit_stats":null,"previous_names":["browserstack/maestro-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/browserstack/maestro-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fmaestro-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fmaestro-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fmaestro-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fmaestro-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserstack","download_url":"https://codeload.github.com/browserstack/maestro-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fmaestro-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35282897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-07-09T00:31:52.682Z","updated_at":"2026-07-09T00:31:53.174Z","avatar_url":"https://github.com/browserstack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maestro-sample\nThis repo contains a sample test suite that can be used to run maestro tests on App Automate. \n\n### To Run tests:\nApp for android: `sample_apps/sample_android.apk`  \nApp for iOS: `sample_apps/sample_ios.ipa`  \nUpload the app using the command:\n```\ncurl -u \"\u003cusername\u003e:\u003caccesskey\u003e\" \\\n-X POST \"https://api-cloud.browserstack.com/app-automate/upload\" \\\n-F \"file=@\u003cpath_to_app\u003e\"\n```  \nThis should generate and return an app hash.\n\n__Test Suite__: `tests/`  \nzip the `tests/` folder before uploading, and upload using the command:\n```\ncurl -u \"\u003cusername\u003e:\u003caccesskey\u003e\" \\\n-X POST \"https://api-cloud.browserstack.com/app-automate/maestro/v2/test-suite\" \\\n-F \"file=@\u003cpath_to_zipped_testsuite\u003e\" \\\n-F \"custom_id=maestro_sample_tests\"\n```  \nThis should generate and return a test suite hash.\n\nOnce the app and the zipped test suite are uploaded, use the following command to run tests:  \nFor Android:\n```\ncurl -u \"\u003cusername\u003e:\u003caccesskey\u003e\" \\\n  -X POST \"https://api-cloud.browserstack.com/app-automate/maestro/v2/android/build\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"app\": \"bs://\u003capp-hash\u003e\",\n    \"testSuite\": \"bs://\u003ctest-suite-hash\u003e\",\n    \"project\": \"Maestro_Sample_Repo\", \n    \"execute\": [\"android-flow.yaml\"],\n    \"devices\": [\n      \"Google Pixel 9-16.0\",\n      \"Samsung Galaxy S22-14.0\",\n      \"Samsung Galaxy Tab S11-16.0\"\n    ]\n  }'\n``` \n\nFor iOS:\n```\ncurl -u \"\u003cusername\u003e:\u003caccesskey\u003e\" \\\n  -X POST \"https://api-cloud.browserstack.com/app-automate/maestro/v2/ios/build\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"app\": \"bs://\u003capp-hash\u003e\",\n    \"testSuite\": \"bs://\u003ctest-suite-hash\u003e\",\n    \"project\": \"\u003cMaestro Demo\u003e\", \n    \"execute\": [\"ios-flow.yaml\"],\n    \"devices\": [\n      \"iPhone 15-17.0\",\n      \"iPhone 12 Pro Max-16.0\",\n      \"iPad Pro 11 2021-18.0\"\n    ]\n  }'\n``` \nThis parallelly runs tests on the devices listed in the above command. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fmaestro-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserstack%2Fmaestro-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fmaestro-sample/lists"}