{"id":15144539,"url":"https://github.com/jardevson/web-robot","last_synced_at":"2026-01-31T21:39:52.714Z","repository":{"id":65227079,"uuid":"588614979","full_name":"JarDeVSon/Web-Robot","owner":"JarDeVSon","description":"Automação Web com RobotFramework","archived":false,"fork":false,"pushed_at":"2025-05-03T01:59:20.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T11:09:30.710Z","etag":null,"topics":["python","robot-framework","selenium-library"],"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/JarDeVSon.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,"zenodo":null}},"created_at":"2023-01-13T14:59:12.000Z","updated_at":"2025-05-03T01:59:23.000Z","dependencies_parsed_at":"2024-11-01T15:41:00.435Z","dependency_job_id":"64efa019-5d51-48dc-ad52-cdada93d4bc2","html_url":"https://github.com/JarDeVSon/Web-Robot","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"d4743df0c09413762437c30630d20794325511d7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JarDeVSon/Web-Robot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarDeVSon%2FWeb-Robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarDeVSon%2FWeb-Robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarDeVSon%2FWeb-Robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarDeVSon%2FWeb-Robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JarDeVSon","download_url":"https://codeload.github.com/JarDeVSon/Web-Robot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarDeVSon%2FWeb-Robot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632032,"owners_count":23187268,"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":["python","robot-framework","selenium-library"],"created_at":"2024-09-26T10:42:02.904Z","updated_at":"2026-01-31T21:39:52.708Z","avatar_url":"https://github.com/JarDeVSon.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Web Automation Robot Framework\n\nSample project to demonstrate Web e API Automation tests written with [Robot Framework](https://robotframework.org/#resources) with Selenium Library e Requests Library running on GitHub Actions.\n\n## Pre-requirements\n\nTo clone and run this project, you will need:\n\n- [Git](https://git-scm.com/downloads)(I've used version `2.34.1` while writing this doc)\n- [Python](https://www.python.org/)(I've used version `3.11.5` while writing this doc)\n- [Visual Studio Code](https://code.visualstudio.com/)(I've used version `Stable Build` while writing this doc)\n- [Robot Framework Language Server Extension](https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp)(Install the official extension in the Visual Studio Code)\n\n## Installation\n\nInstall the Following Libraries using the command Line:\n\n- `python -m pip install -r requirements.txt`\n\n## Project Structure - Using Page Objects Pattern\n\ntests/\n├── resources/\n│   ├── loginBack.resource        # Keywords for backend tests (login)\n│   └── loginPage.resource        # Keywords for frontend tests (login)\n├── tests/\n│   ├── login_back.robot          # Test cases for backend (login)\n│   └── login_front.robot         # Test cases for frontend (login)\n│   └── __init__.robot            # Test Hooks Configurations \n├── .gitignore                    # File to ignore files in Git\n├── base.resource                 # base global variables and configurations\n├── README.md                     # This file\n└── requirements.txt              # List of project dependencies\n\n## Running the tests\n\nIn this project, you can run tests via CLI and generate the reports with the flag `-d` and pass the path to suite tests `tests/`:\n\nTo run Frontend tests:\n\n- `python -m robot -d reports tests/front/login_front.robot`\n\nTo run Backend tests:\n\n- `python -m robot -d reports tests/back/login_back.robot`\n\nTo run using Test Tags between back and front: (front,back)\n\n- `python -m robot -d reports -i front tests/`\n- `python -m robot -d reports -i back tests/`\n\n\nTo run All the tests:\n\n- `python -m robot -d reports tests/`\n___","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjardevson%2Fweb-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjardevson%2Fweb-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjardevson%2Fweb-robot/lists"}