{"id":15144532,"url":"https://github.com/thinogueiras/robot-appium-browserstack","last_synced_at":"2025-10-18T21:56:28.502Z","repository":{"id":193799960,"uuid":"689507418","full_name":"thinogueiras/Robot-Appium-BrowserStack","owner":"thinogueiras","description":"Automação de Testes Mobile com Robot Framework e Appium.","archived":false,"fork":false,"pushed_at":"2024-03-13T18:06:09.000Z","size":18229,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T23:38:15.202Z","etag":null,"topics":["android-testing","appium","appium-tests","browserstack-testing","mobile-testing","python","robot-framework","test-automation"],"latest_commit_sha":null,"homepage":"","language":"RobotFramework","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/thinogueiras.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":"2023-09-10T03:00:02.000Z","updated_at":"2025-01-23T22:19:48.000Z","dependencies_parsed_at":"2024-11-01T15:41:05.005Z","dependency_job_id":"a8eb9dbd-4d4f-44db-b793-d80cf86b7978","html_url":"https://github.com/thinogueiras/Robot-Appium-BrowserStack","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"768a418a4a512529e798c6315b9766f0e2913dab"},"previous_names":["thinogueiras/robot-appium-tests","thinogueiras/robot-mobile-tests","thinogueiras/robot-appium-browserstack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Appium-BrowserStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Appium-BrowserStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Appium-BrowserStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Appium-BrowserStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinogueiras","download_url":"https://codeload.github.com/thinogueiras/Robot-Appium-BrowserStack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247520808,"owners_count":20952243,"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":["android-testing","appium","appium-tests","browserstack-testing","mobile-testing","python","robot-framework","test-automation"],"created_at":"2024-09-26T10:42:02.511Z","updated_at":"2025-10-18T21:56:23.446Z","avatar_url":"https://github.com/thinogueiras.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automação de testes Mobile com Robot Framework e Appium.\n\n[![BrowserStack Tests](https://github.com/thinogueiras/Robot-Appium-BrowserStack/actions/workflows/browserstack-testing.yml/badge.svg?branch=main)](https://github.com/thinogueiras/Robot-Appium-Tests/actions/workflows/browserstack-testing.yml)\n\n## Pré-requisitos mínimos de ambiente:\n\n[Java](https://www.oracle.com/br/java/technologies/downloads/#java11) 11.0.x.\n\n[Node.js](https://nodejs.org/en) 18.17.x.\n\n[Python](https://www.python.org/downloads/) 3.11.x.\n\n[Android Studio](https://developer.android.com/studio).\n\n```\nnpm install -g appium@2.1.3\n```\n\n```\nnpm install -g appium-doctor\n```\n\n```\nappium driver install uiautomator2@2.29.4\n```\n\n### Necessário configurar o **`ANDROID_HOME`** e **`JAVA_HOME`** no **`PATH`** do S.O.\n\n### Pelo ***Virtual Device Manager*** do ***Android Studio***, crie um device.\n\n### **Capabilities** configuradas no projeto de testes:\n\n```\n{\n  \"platformName\": \"Android\",\n  \"appium:deviceName\": \"Android Emulator\",\n  \"appium:automationName\": \"UIAutomator2\",\n  \"appium:app\": \"\u003ccaminho-do-projeto\u003e/app/yodapp-beta.apk\",\n  \"appium:udid\": \"emulator-5554\",\n  \"appium:autoGrantPermissions\": true\n}\n```\n\n## Comandos extras para checagem do ambiente:\n\n* Se o ambiente está OK: **`appium-doctor --android`**\n\n* Verificar drivers instalados: **`appium driver list --installed`**\n\n* Se o virtual device está ativo / online: **`adb devices`**\n\n## Instalação do projeto:\n\n```\npip install -r requirements.txt\n```\n\n## Setup BrowserStack (Opcional):\n\n```\nbrowserstack-sdk setup --framework \"robot\" --username \"\u003cYOUR_BROWSERSTACK_USERNAME\u003e\" --key \"\u003cYOUR_BROWSERSTACK_ACCESS_KEY\u003e\"\n```\n\n## Instruções:\n\n- Inicie o Appium Server com o comando: **`appium`**.\n\n![Alt text](.github/images/appium.png)\n\n- Dê um play no Android Device Virtual.\n\n![Alt text](.github/images/avd.png)\n\n\n## Execução dos testes 🤖 🤖\n\n### Local:\n\n```\nrobot -d ./reports tests/\n```\n\n### BrowserStack:\n\n```\nbrowserstack-sdk robot -d ./reports tests/\n```\n\n---\n\n## Relatórios 📝 📄\n\nVerifique a pasta `reports` para visualizar os \u003cb\u003erelatórios\u003c/b\u003e da execução: `report.html` ou `log.html`.\n\n---\n\n## Sobre a integração com o BrowserStack:\n\n\u003cp\u003e\n    \u003cimg src=\".github/images/browserstack-logo.png\" width=\"375px\"\u003e\n\u003c/p\u003e\n\n### Execuções disparadas automaticamente pelo pipeline do `GitHub Actions`:\n\n![alt text](.github/images/browserstack-tests.png)\n\n### Observabilidade dos Testes:\n\n![alt text](.github/images/observabilidade.png)\n\n---\n\n\u003ca href=\"https://www.linkedin.com/in/thinogueiras\"\u003e\u003cimg alt=\"Linkedin\" src=\"https://img.shields.io/badge/-LinkedIn-blue?style=for-the-badge\u0026logo=Linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n\n\u003cstrong\u003eThiago Nogueira dos Santos\u003c/strong\u003e 🤓 ✌🏻\n\nQA Automation Engineer 🔎 🐞","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinogueiras%2Frobot-appium-browserstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinogueiras%2Frobot-appium-browserstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinogueiras%2Frobot-appium-browserstack/lists"}