{"id":20128057,"url":"https://github.com/osandadeshan/android-mobile-app-automation","last_synced_at":"2026-06-09T00:31:29.362Z","repository":{"id":88816810,"uuid":"122997972","full_name":"osandadeshan/Android-Mobile-App-Automation","owner":"osandadeshan","description":"A demo project that automates Android application using Appium and Gauge in Java.","archived":false,"fork":false,"pushed_at":"2019-01-19T08:58:37.000Z","size":42255,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T21:27:34.426Z","etag":null,"topics":["android","android-automation","appium","bdd","gauge","gauge-java"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/osandadeshan.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":"2018-02-26T16:37:00.000Z","updated_at":"2021-04-14T15:26:11.000Z","dependencies_parsed_at":"2023-06-12T19:00:43.902Z","dependency_job_id":null,"html_url":"https://github.com/osandadeshan/Android-Mobile-App-Automation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osandadeshan/Android-Mobile-App-Automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FAndroid-Mobile-App-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FAndroid-Mobile-App-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FAndroid-Mobile-App-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FAndroid-Mobile-App-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osandadeshan","download_url":"https://codeload.github.com/osandadeshan/Android-Mobile-App-Automation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FAndroid-Mobile-App-Automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086665,"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-08T02:00:07.615Z","response_time":111,"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":["android","android-automation","appium","bdd","gauge","gauge-java"],"created_at":"2024-11-13T20:25:13.425Z","updated_at":"2026-06-09T00:31:29.345Z","avatar_url":"https://github.com/osandadeshan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Mobile Application Automation Demo - Setup Guide\n\u003cbr /\u003e\n\n## Pre Requisites\n1. Java\n2. Maven\n3. Appium\n\u003cbr /\u003e\n\n## How to Install Gauge Core\n\n**On Windows**\n1. Install Chocolatey by executing the following command. \\\n` @\"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command \"iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1'))\" \u0026\u0026 SET \"PATH=%PATH%;%ALLUSERSPROFILE%\\chocolatey\\bin\"`\n\n2. Install Gauge by executing the following command. \\\n`choco install gauge`\n\n**On MacOS**\n1. Update Homebrew. \\\n`brew update`\n\n2. Install Gauge using Homebrew. \\\n`brew install gauge`\n\n**On Linux**\n1. First, add Gauge’s GPG key with this command. \\\n`sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B`\n\n2. Then add Gauge to the repository list using this command. \\\n`echo deb https://dl.bintray.com/gauge/gauge-deb nightly main | sudo tee -a /etc/apt/sources.list`\n\n3. Finally, install Gauge using these commands. \\\n`sudo apt-get update` \\\n`sudo apt-get install gauge`\n\u003cbr /\u003e\n\n## How to Install Gauge Plugins\n1. Open Command Prompt and execute following commands. \\\n`gauge install java` \\\n`gauge install html-report` \\\n`gauge install json-report` \\\n`gauge install xml-report` \\\n`gauge install spectacle` \\\n`gauge install flash`\n\n2. You can check the installation using the following command. \\\n`gauge -v`\n\n\tIf the installation is success, it will output like this:\n\n```markdown\n    Gauge version: \u003cversion number\u003e\n    Plugins\n    -------\n    flash (\u003cversion number\u003e)\n    html-report (\u003cversion number\u003e)\n    java (\u003cversion number\u003e)\n    json-report (\u003cversion number\u003e)\n    spectacle (\u003cversion number\u003e)\n    xml-report (\u003cversion number\u003e)\n```\n\u003cbr /\u003e\n\n## Copyright\nCopyright 2018 MaxSoft.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fandroid-mobile-app-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosandadeshan%2Fandroid-mobile-app-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fandroid-mobile-app-automation/lists"}