{"id":25246017,"url":"https://github.com/cristianosfmothe/luma-robot","last_synced_at":"2026-04-28T18:35:29.572Z","repository":{"id":275044553,"uuid":"924386551","full_name":"CristianoSFMothe/luma-robot","owner":"CristianoSFMothe","description":"Luma Robot is a test automation project using Robot Framework, focused on validating functionalities of the Magento e-commerce site. It integrates Robot Framework with the Browser library to perform automated interactions and ensure page quality.","archived":false,"fork":false,"pushed_at":"2025-01-31T00:32:31.000Z","size":1232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:25:05.609Z","etag":null,"topics":["python","robotframework","webautomation"],"latest_commit_sha":null,"homepage":"","language":"RobotFramework","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CristianoSFMothe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-29T22:47:04.000Z","updated_at":"2025-03-26T16:51:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce357f58-a212-434c-a5d2-b32421e91620","html_url":"https://github.com/CristianoSFMothe/luma-robot","commit_stats":null,"previous_names":["cristianosfmothe/luma-robot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CristianoSFMothe/luma-robot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristianoSFMothe%2Fluma-robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristianoSFMothe%2Fluma-robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristianoSFMothe%2Fluma-robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristianoSFMothe%2Fluma-robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CristianoSFMothe","download_url":"https://codeload.github.com/CristianoSFMothe/luma-robot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristianoSFMothe%2Fluma-robot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["python","robotframework","webautomation"],"created_at":"2025-02-12T02:11:57.212Z","updated_at":"2026-04-28T18:35:29.566Z","avatar_url":"https://github.com/CristianoSFMothe.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luma Robot\n\nThis project uses Robot Framework for automated testing of the [Magento Software Testing Board](https://magento.softwaretestingboard.com/).\n\n## 🛠️ 1. Project Setup\n\nTo get started with this project, create a new folder named `Luma Robot`.\n\n```bash\nmkdir \"luma-robot\"\ncd \"luma-robot\"\n```\n\n## ⚙️ 2. Installing Robot Framework\n\n### 🖥️ Create a Virtual Environment\n\nFirst, create a virtual environment using Python's `venv`.\n\n#### For Windows:\n\n```bash\npython -m venv venv\n```\n\n#### For Linux:\n\n```bash\npython3 -m venv venv\n```\n\n### ✅ Activate the Virtual Environment\n\n#### For Windows:\n\n```bash\nvenv\\Scripts\\activate\n```\n\n#### For Linux:\n\n```bash\nsource venv/Scripts/activate\n```\n\n### 📦 Install Robot Framework\n\nOnce the virtual environment is activated, install the Robot Framework using `pip`.\n\n```bash\npip install robotframework\n```\n\nIf prompted to update `pip`, run:\n\n```bash\npython.exe -m pip install --upgrade pip\n```\n\n## 🌐 3. Installing Browser Library and Initialization\n\n### 📥 Install the Robot Framework Browser Library\n\nNext, you need to install the `robotframework-browser` library, which is used for interacting with the browser.\n\n```bash\npip install robotframework-browser\n```\n\n### 🏁 Initialize the Browser Library\n\nOnce the library is installed, initialize the Browser Library for use.\n\n```bash\nrfbrowser init\n```\n\n## 🚀 4. Running Tests\n\nTo run tests, simply use the following command:\n\n```bash\nrobot -d ./logs test/\n```\n\n![image](https://github.com/user-attachments/assets/c97aa627-6c86-475d-a436-97418209e8d3)\n\n![image](https://github.com/user-attachments/assets/7eb07d10-7125-4789-8854-c255a11358a7)\n\n![image](https://github.com/user-attachments/assets/65ad6637-2058-43fe-8fdb-6326ff5595da)\n\n\n## 🏗️ Project Status\n\n**This project is under construction.** Future implementations will include additional test cases and improvements to the existing test suite. Feel free to contribute and collaborate as the project evolves!\n\n## 🤝 Contributing\n\nWe welcome contributions to this project! If you'd like to help improve the test cases or add new features, please feel free to fork the repository, create a branch, and submit a pull request.\n\n### Guidelines for Contributing:\n\n- Fork the repository\n- Create a new branch (`git checkout -b feature/your-feature`)\n- Commit your changes (`git commit -am 'Add new feature'`)\n- Push to the branch (`git push origin feature/your-feature`)\n- Create a new pull request\n\n## 🧑‍💻 Author\n\nThis project is developed and maintained by [Cristiano Mothe](https://portfolio-qa-cristiano.vercel.app/). \n\nYou can visit my portfolio to see more about my work and skills. Feel free to reach out for any questions or collaborations!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianosfmothe%2Fluma-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristianosfmothe%2Fluma-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianosfmothe%2Fluma-robot/lists"}