{"id":28213612,"url":"https://github.com/tooniez/appium-framework","last_synced_at":"2026-02-11T07:33:49.716Z","repository":{"id":280991675,"uuid":"850297836","full_name":"tooniez/appium-framework","owner":"tooniez","description":"🗜️ A multi-language Appium test framework with examples in Node.js, Java (Maven), and C# (.NET)","archived":false,"fork":false,"pushed_at":"2025-06-03T07:14:47.000Z","size":178,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T17:56:34.458Z","etag":null,"topics":["appium","appium-dotnet","appium-java","appium-node","dotnet","java"],"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/tooniez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":".github/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["tooniez"],"ko_fi":"tooniez"}},"created_at":"2024-08-31T11:51:11.000Z","updated_at":"2025-05-24T00:10:15.000Z","dependencies_parsed_at":"2025-06-11T17:44:11.672Z","dependency_job_id":"64f84d98-3825-4f66-9bcc-c7e762752026","html_url":"https://github.com/tooniez/appium-framework","commit_stats":null,"previous_names":["tooniez/appium-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tooniez/appium-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fappium-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fappium-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fappium-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fappium-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tooniez","download_url":"https://codeload.github.com/tooniez/appium-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fappium-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29329493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["appium","appium-dotnet","appium-java","appium-node","dotnet","java"],"created_at":"2025-05-17T20:10:56.397Z","updated_at":"2026-02-11T07:33:49.702Z","avatar_url":"https://github.com/tooniez.png","language":"Java","funding_links":["https://github.com/sponsors/tooniez","https://ko-fi.com/tooniez"],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n# Multi-Language Appium Testing Framework\n\n\u003cimg src=\"https://img.shields.io/badge/Appium-2.0-blue\" alt=\"Appium 2.0\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Node.js-18.x-blue\" alt=\"Node.js 18.x\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Java-11-blue\" alt=\"Java 11\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/C%23-.NET%206.0-blue\" alt=\"C# .NET 6.0\" /\u003e\n\n\u003c/div\u003e\n\nThis repository contains a multi-language Appium testing framework with examples in Node.js, Java (Maven), and C# (.NET). The project is designed to demonstrate how to set up and run Appium tests across different programming languages.\n\n\n## Features\n\n- Multi-language support (Node.js, Java, C#)\n- Example tests for different languages\n- Common setup and teardown for all languages\n\n## Prerequisites\n\n- Node.js\n- Java JDK\n- .NET SDK\n- Appium Server\n\n## Language-Specific Instructions\n\nFor detailed instructions on setting up and running tests for each language, please refer to the README files in their respective directories:\n\n- [Node.js Instructions](appium-nodejs/README.md)\n- [Java (Maven) Instructions](appium-maven/README.md)\n- [C# (.NET) Instructions](appium-dotnet/README.md)\n\n## Getting Started\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/tooniez/appium-framework.git\n   ```\n\n2. Navigate to the project directory:\n   ```\n   cd appium-framework\n   ```\n\n3. Install dependencies for each project:\n   ```\n   make install\n   ```\n\n4. Ensure you have Appium server set up and running.\n   ```\n   make start-appium\n   ```\n\n5. Run the tests:\n   ```\n   make run-tests\n   ```\n\n## Join the Community!\n\n🚀 Got ideas? We'd love your input! Check out our [Contributing Guidelines](.github/CONTRIBUTING.md) and dive in. Don't forget to drop a ⭐️ if you like what you see!\n\n## License\n\nCopyright © 2024 [tooniez](https://github.com/tooniez). \u003cbr /\u003e\nThis project is [MIT](https://github.com/tooniez/appium-framework/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooniez%2Fappium-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooniez%2Fappium-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooniez%2Fappium-framework/lists"}