{"id":30586253,"url":"https://github.com/fat3mi/simplerobotframework","last_synced_at":"2025-08-29T12:00:29.987Z","repository":{"id":311999600,"uuid":"1045929813","full_name":"Fat3mi/SimpleRobotFramework","owner":"Fat3mi","description":"This project contains automated UI tests for the OrangeHRM demo site, built using Robot Framework and SeleniumLibrary.","archived":false,"fork":false,"pushed_at":"2025-08-27T23:54:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T07:29:28.746Z","etag":null,"topics":["robotframework","selenium","selenium-python"],"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/Fat3mi.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,"zenodo":null}},"created_at":"2025-08-27T23:45:01.000Z","updated_at":"2025-08-27T23:57:21.000Z","dependencies_parsed_at":"2025-08-28T07:29:31.860Z","dependency_job_id":"727c0cff-4ae0-462b-80d7-51142394b38d","html_url":"https://github.com/Fat3mi/SimpleRobotFramework","commit_stats":null,"previous_names":["fat3mi/simplerobotframework"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Fat3mi/SimpleRobotFramework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fat3mi%2FSimpleRobotFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fat3mi%2FSimpleRobotFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fat3mi%2FSimpleRobotFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fat3mi%2FSimpleRobotFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fat3mi","download_url":"https://codeload.github.com/Fat3mi/SimpleRobotFramework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fat3mi%2FSimpleRobotFramework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272680336,"owners_count":24975264,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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":["robotframework","selenium","selenium-python"],"created_at":"2025-08-29T12:00:27.895Z","updated_at":"2025-08-29T12:00:29.924Z","avatar_url":"https://github.com/Fat3mi.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrangeHRM Automation Testing (Robot Framework + Selenium)\n\nThis project contains automated UI tests for the [OrangeHRM demo site](https://opensource-demo.orangehrmlive.com/web/index.php/auth/login), built using **Robot Framework** and **SeleniumLibrary**.  \nIt covers **login functionality (positive \u0026 negative tests)** and **basic dashboard interactions** such as navigating to the Buzz section.\n\n## ⚡ Requirements\n\n- **Python 3.12+**\n- **Google Chrome / Mozilla Firefox** installed\n- Corresponding WebDrivers:\n  - `chromedriver`\n  - `geckodriver`\n- [Robot Framework](https://robotframework.org/)  \n- [SeleniumLibrary](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html)\n\n\n\n## 📦 Installation\n\nClone the repo and install dependencies:\n\n```bash\ngit clone https://github.com/Fat3mi/SimpleRobotFramework.git\ncd SimpleRobotFramework\n\n# Install Robot Framework + Selenium\npip install robotframework\npip install robotframework-seleniumlibrary\n````\n\nDownload \u0026 place WebDrivers inside:\n\n```\n/home/WorkStation/Drivers/\n    ├── chromedriver\n    └── geckodriver\n```\n\nMake them executable:\n\n```bash\nchmod +x /home/WorkStation/Drivers/chromedriver\nchmod +x /home/WorkStation/Drivers/geckodriver\n```\n\n\n## ▶️ Running Tests\n\nRun all tests:\n\n```bash\nrobot .\n```\n\nRun only login tests:\n\n```bash\nrobot login.robot\n```\n\nRun dashboard navigation tests:\n\n```bash\nrobot openSection.robot\n```\n\nRun tests by tag:\n\n```bash\nrobot -i positive login.robot\nrobot -i negative login.robot\nrobot -i buzz openSection.robot\n```\n\n---\n\n## 🧪 Test Coverage\n\n* **Login Tests (`login.robot`)**\n\n  * Positive login with valid credentials\n  * Negative login with invalid credentials\n  * Usability / environment tests (cross-browser, optional)\n\n* **Dashboard Tests (`openSection.robot`)**\n\n  * Navigate to *Buzz* section\n  * Scroll to a target element\n  * Verify user name \u0026 logout\n\n\n## 📄 Reports \u0026 Logs\n\nAfter each run, Robot Framework generates:\n\n* `log.html` → Detailed execution log\n* `report.html` → Test summary\n* `output.xml` → Raw output for integrations\n\n\n## 📝 License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffat3mi%2Fsimplerobotframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffat3mi%2Fsimplerobotframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffat3mi%2Fsimplerobotframework/lists"}