{"id":15147493,"url":"https://github.com/pomidorum1989/java-appium-local","last_synced_at":"2026-02-04T22:36:43.949Z","repository":{"id":250071914,"uuid":"832939479","full_name":"pomidorum1989/java-appium-local","owner":"pomidorum1989","description":"Basic framework for running iOS and Android based tests in parallel","archived":false,"fork":false,"pushed_at":"2024-08-04T22:22:39.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T12:15:24.745Z","etag":null,"topics":["android","appium","gradle","ios","parallel","selenium","testng"],"latest_commit_sha":null,"homepage":"","language":"Java","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/pomidorum1989.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":"2024-07-24T03:30:02.000Z","updated_at":"2024-08-04T22:22:42.000Z","dependencies_parsed_at":"2024-08-05T00:11:06.524Z","dependency_job_id":null,"html_url":"https://github.com/pomidorum1989/java-appium-local","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"c4a52ac4083f45788b22aa3871472bf6353e2744"},"previous_names":["pomidorum1989/java-appium-local"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pomidorum1989/java-appium-local","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomidorum1989%2Fjava-appium-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomidorum1989%2Fjava-appium-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomidorum1989%2Fjava-appium-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomidorum1989%2Fjava-appium-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pomidorum1989","download_url":"https://codeload.github.com/pomidorum1989/java-appium-local/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomidorum1989%2Fjava-appium-local/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29098240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T21:05:08.033Z","status":"ssl_error","status_checked_at":"2026-02-04T21:04:53.031Z","response_time":62,"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":["android","appium","gradle","ios","parallel","selenium","testng"],"created_at":"2024-09-26T12:41:48.834Z","updated_at":"2026-02-04T22:36:43.929Z","avatar_url":"https://github.com/pomidorum1989.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Test Automation Framework\n\nThis framework is designed to run automated tests on both Android and iOS devices using Appium, Selenium, TestNG, and Gradle. \nIt supports parallel execution on multiple devices/emulators and uses a Gradle build configuration with TestNG for test management.\n\n## Installation\n\n### 1. Download XCode and Set Up Simulators\n\n- Start available iOS simulators:\n    ```sh\n    xcrun simctl list devices\n    xcrun simctl list | grep Booted   \n    open -a Simulator --args -CurrentDeviceUDID 62EA1EB4-30AD-4180-8799-FA2854364C92\n    open -a Simulator --args -CurrentDeviceUDID 321C4A8C-AE5E-43D3-9CF2-B01E4EE3DF0C\n    xcrun simctl boot 62EA1EB4-30AD-4180-8799-FA2854364C92   \n    xcrun simctl boot 321C4A8C-AE5E-43D3-9CF2-B01E4EE3DF0C\n\n- Start available Android simulators:\n  ```sh\n   emulator -list-avds\n   emulator -avd Pixel_4_API_35\n   emulator -avd Pixel_6a_API_35\n\n- Install Appium and Drivers\n    ```sh\n    npm install -g appium \n    npm install -g appium-doctor\n    appium-doctor --android\n    brew install ffmpeg\n    appium driver install xcuitest  \n    appium driver install safari  \n    appium driver install uiautomator2\n  \n- Run tests\n    ```sh\n    ./gradlew clean test -Dtestng.suite=src/test/resources/ios-suite.xml\n    ./gradlew clean test -Dtestng.suite=src/test/resources/android-suite.xml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomidorum1989%2Fjava-appium-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpomidorum1989%2Fjava-appium-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomidorum1989%2Fjava-appium-local/lists"}