{"id":20128125,"url":"https://github.com/osandadeshan/maxsoft-androios","last_synced_at":"2026-06-10T05:31:55.718Z","repository":{"id":88816967,"uuid":"122436136","full_name":"osandadeshan/MaxSoft-AndroiOS","owner":"osandadeshan","description":"The first-ever code-free framework for Mobile UI testing in both Android and iOS using Appium and Gauge.","archived":false,"fork":false,"pushed_at":"2019-01-19T08:55:44.000Z","size":46968,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T21:27:58.446Z","etag":null,"topics":["appium","gauge","gauge-java","java","mobile-automation"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"LICENSE","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-22T05:45:20.000Z","updated_at":"2021-04-14T15:27:52.000Z","dependencies_parsed_at":"2023-06-12T19:00:40.909Z","dependency_job_id":null,"html_url":"https://github.com/osandadeshan/MaxSoft-AndroiOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osandadeshan/MaxSoft-AndroiOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-AndroiOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-AndroiOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-AndroiOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-AndroiOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osandadeshan","download_url":"https://codeload.github.com/osandadeshan/MaxSoft-AndroiOS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-AndroiOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"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-10T02:00:07.152Z","response_time":89,"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":["appium","gauge","gauge-java","java","mobile-automation"],"created_at":"2024-11-13T20:25:44.873Z","updated_at":"2026-06-10T05:31:55.693Z","avatar_url":"https://github.com/osandadeshan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaxSoft AndroiOS - Setup Guide\n\u003cbr /\u003e\n\n## Pre Requisites\n1. Java\n2. Maven\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## License\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/License_icon-mit-2.svg/2000px-License_icon-mit-2.svg.png\" alt=\"MIT License\" width=\"100\" height=\"100\"/\u003e [MaxSoft AndroiOS]() is released under [MIT License](https://opensource.org/licenses/MIT)\n\n\u003cbr /\u003e\n\n## Copyright\nCopyright 2018 MaxSoft.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fmaxsoft-androios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosandadeshan%2Fmaxsoft-androios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fmaxsoft-androios/lists"}