{"id":50501019,"url":"https://github.com/sadabnepal/mobilewright-test-framework","last_synced_at":"2026-06-02T11:31:14.093Z","repository":{"id":361991738,"uuid":"1254296724","full_name":"sadabnepal/mobilewright-test-framework","owner":"sadabnepal","description":"Mobilewright is an end-to-end testing framework for mobile applications. It provides a TypeScript API for automating iOS and Android devices, with built-in auto-waiting, assertions, and test reporting.","archived":false,"fork":false,"pushed_at":"2026-06-02T05:51:16.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T06:25:51.675Z","etag":null,"topics":["mobile-app-testing","mobilewright"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sadabnepal.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T11:46:16.000Z","updated_at":"2026-06-02T05:51:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sadabnepal/mobilewright-test-framework","commit_stats":null,"previous_names":["sadabnepal/mobilewright-test-framework"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sadabnepal/mobilewright-test-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fmobilewright-test-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fmobilewright-test-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fmobilewright-test-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fmobilewright-test-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadabnepal","download_url":"https://codeload.github.com/sadabnepal/mobilewright-test-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fmobilewright-test-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33820642,"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-06-02T02:00:07.132Z","response_time":109,"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":["mobile-app-testing","mobilewright"],"created_at":"2026-06-02T11:31:13.334Z","updated_at":"2026-06-02T11:31:14.087Z","avatar_url":"https://github.com/sadabnepal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobilewright Setup Guide\n\n\n## Clone Repository\n```\ngit clone https://github.com/sadabnepal/mobilewright-test-framework.git\ncd mobilewright-test-framework\n```\n\n## Prerequisites\n\n|                  | Requirement |\n|------------------|-------------|\n| 🟢 **Runtime**   | Node.js `\u003e= 18` |\n| 📱 **Device**    | iOS simulator, Android emulator, or connected real device |\n| 🔧 **Toolchain** | Xcode (for iOS) · Android SDK + ADB (for Android) |\n\n---\n\n## Verify Your Environment\n\nList connected devices:\n```bash\nnpx mobilewright devices\n```\n\nCheck environment health:\n```bash\nnpx mobilewright doctor\n```\n\n---\n\n## Boot a Simulator\n\n**Step 1 : List available simulators**\n```bash\nxcrun simctl list devices available\n```\n\n**Step 2 : Boot a device by name or UDID**\n```bash\n# Replace with your device name or UDID\nxcrun simctl boot \"iPhone 17\"\n```\n\n**Step 3 : Open Simulator app**\n```bash\nopen -a Simulator\n```\n\n\u003e 💡 Having trouble? Check the [KnowledgeBase](./knowledgeBase/) for setup fixes.\n\n---\n\n### Download and Setup app\nDownload both android and ios: https://github.com/webdriverio/native-demo-app/releases\n1. Scroll to Assets section and download the apps\n2. create folder as below\n```\napps\n    -\u003e android (.apk file goes in this folder)\n    -\u003e ios (.zip file for ios goes in this folder)\n```\n3. Rename files as below\n    - android apk file: \u003cb\u003e wdiodemoapp.apk \u003c/b\u003e\n    - ios zip file: \u003cb\u003e wdiodemoapp.zip \u003c/b\u003e\n\n####  Refer Folder Structure\n\n![folder-structure.png](./samples/folder-structure.png)\n\n---\n\n## References\n\n- [📖 **Mobilewright Getting started**](https://mobilewright.dev/docs/getting-started/writing-tests)\n- [🐙 **Mobilewright Skills**](https://github.com/mobile-next/mobilewright-skill)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadabnepal%2Fmobilewright-test-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadabnepal%2Fmobilewright-test-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadabnepal%2Fmobilewright-test-framework/lists"}