{"id":18430977,"url":"https://github.com/me-io/selenium-appium-server","last_synced_at":"2025-04-07T18:32:15.199Z","repository":{"id":28921704,"uuid":"119732274","full_name":"me-io/selenium-appium-server","owner":"me-io","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-27T03:50:02.000Z","size":821,"stargazers_count":8,"open_issues_count":6,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-18T03:53:10.854Z","etag":null,"topics":["appium","appium-server","selenium","selenium-server"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/me-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-31T19:22:12.000Z","updated_at":"2022-02-12T09:51:00.000Z","dependencies_parsed_at":"2024-11-06T05:37:05.179Z","dependency_job_id":null,"html_url":"https://github.com/me-io/selenium-appium-server","commit_stats":{"total_commits":74,"total_committers":9,"mean_commits":8.222222222222221,"dds":0.5945945945945945,"last_synced_commit":"0654eee2d911eed499be5c9e80e69d25bbff2bd3"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-io%2Fselenium-appium-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-io%2Fselenium-appium-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-io%2Fselenium-appium-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-io%2Fselenium-appium-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me-io","download_url":"https://codeload.github.com/me-io/selenium-appium-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247707356,"owners_count":20982769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","appium-server","selenium","selenium-server"],"created_at":"2024-11-06T05:22:57.555Z","updated_at":"2025-04-07T18:32:14.890Z","avatar_url":"https://github.com/me-io.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Selenium Appium Server\n\u003c/h1\u003e\n\u003cp align=\"center\" style=\"font-size: 1.2rem;\"\u003eSimple package that will configure your enviorment for using selenium or appium servers. The scripts files automatically download the required packages to run selenium or appium server.\u003c/p\u003e\n\n\u003chr/\u003e\n\n[![Build Status][build-badge]][build]\n[![downloads][downloads-badge]][downloads]\n[![MIT License][license-badge]][license]\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)\n[![PRs Welcome][prs-badge]][prs] \n[![Code of Conduct][coc-badge]][coc]\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n[![Tweet][twitter-badge]][twitter]\n\n## Requirement\n\n1. Bash \u003e= 4.0\n\n## Install\n\nJust add the following to your composer.json file:\n\n```json\n{\n    \"require\": {\n        \"me-io/selenium-appium-server\": \"~1\"\n}\n```\n\nand then run `composer install`. This will install `selenium-appium-server` scripts inside your project. Or run the following command inside your terminal:\n\n```bash\ncomposer require me-io/selenium-appium-server\n```\n\n## Running script files\n\nThe `me-io/selenium-appium-server` gives the following scripts files that you can use to run\nselenium or appium servers: \n\n* `./bin/appium.sh`\n* `./bin/selenium.sh`\n\n### Selenium script\n\n```bash\n$ ./vendor/bin/selenium.sh\n\nUsage:\n    selenium \u003ccommand\u003e\n\nCommands:\n    configure            - Install selenium and its dependencies.\n    start                - Start the selenium server.\n    start-background     - Start selenium server in background.\n    stop                 - Stop the selenium server.\n    restart|force-reload - Restart the selenium server.\n\nExamples:\n    selenium start\n```\n\n### Appium script\n\n```bash\n$ ./vendor/bin/appium.sh\n\nUsage:\n    appium \u003ccommand\u003e\n\nCommands:\n    configure            - Install appium and its dependencies.\n    start                - Start the appium server.\n    start-background     - Start appium server in background.\n    stop                 - Stop the appium server.\n    restart|force-reload - Restart the appium server.\n\nExamples:\n    appium start\n```\n\n## Contributors\n\nA huge thanks to all of our contributors::\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/45731?v=3\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMohamed Meabed\u003c/b\u003e\u003c/sub\u003e](https://github.com/Meabed)\u003cbr /\u003e[💻](https://github.com//selenium-appium-server/commits?author=Meabed \"Code\") [📢](#talk-Meabed \"Talks\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/16267321?v=3\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZeeshan Ahmad\u003c/b\u003e\u003c/sub\u003e](https://github.com/ziishaned)\u003cbr /\u003e[💻](https://github.com//selenium-appium-server/commits?author=ziishaned \"Code\") [🐛](https://github.com//selenium-appium-server/issues?q=author%3Aziishaned \"Bug reports\") [⚠️](https://github.com//selenium-appium-server/commits?author=ziishaned \"Tests\") [📖](https://github.com//selenium-appium-server/commits?author=ziishaned \"Documentation\") |\n| :---: | :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nThe code is available under the [MIT license](LICENSE.md).\n\n[build-badge]: https://img.shields.io/travis/me-io/selenium-appium-server.svg?style=flat-square\n[build]: https://travis-ci.org/me-io/selenium-appium-server\n[downloads-badge]: https://img.shields.io/packagist/dm/me-io/selenium-appium-server.svg?style=flat-square\n[downloads]: https://packagist.org/packages/me-io/selenium-appium-server/stats\n[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[license]: https://github.com/me-io/selenium-appium-server/blob/master/LICENSE.md\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://github.com/me-io/selenium-appium-server/blob/master/CODE_OF_CONDUCT.md\n[github-watch-badge]: https://img.shields.io/github/watchers/me-io/selenium-appium-server.svg?style=social\n[github-watch]: https://github.com/me-io/selenium-appium-server/watchers\n[github-star-badge]: https://img.shields.io/github/stars/me-io/selenium-appium-server.svg?style=social\n[github-star]: https://github.com/me-io/selenium-appium-server/stargazers\n[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20selenium-appium-server!%20https://github.com/me-io/selenium-appium-server%20%F0%9F%91%8D\n[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/me-io/selenium-appium-server.svg?style=social\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-io%2Fselenium-appium-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme-io%2Fselenium-appium-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-io%2Fselenium-appium-server/lists"}