{"id":15144433,"url":"https://github.com/tiagocbarbosa/serverest-web-robotframework","last_synced_at":"2026-01-26T07:31:33.281Z","repository":{"id":205030899,"uuid":"713102249","full_name":"tiagocbarbosa/serverest-web-robotframework","owner":"tiagocbarbosa","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-02T06:10:02.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T04:51:27.498Z","etag":null,"topics":["robotframework","seleniumlibrary","serverrest","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiagocbarbosa.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":"2023-11-01T20:57:57.000Z","updated_at":"2023-11-02T05:02:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a43d2320-6cec-4a0e-a7da-0d535faf3fed","html_url":"https://github.com/tiagocbarbosa/serverest-web-robotframework","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"724be7296b09da8e76e2a0843c153c1412315de6"},"previous_names":["tiagocbarbosa/serverest-web-robotframework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiagocbarbosa/serverest-web-robotframework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagocbarbosa%2Fserverest-web-robotframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagocbarbosa%2Fserverest-web-robotframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagocbarbosa%2Fserverest-web-robotframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagocbarbosa%2Fserverest-web-robotframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiagocbarbosa","download_url":"https://codeload.github.com/tiagocbarbosa/serverest-web-robotframework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagocbarbosa%2Fserverest-web-robotframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28769851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T06:37:25.426Z","status":"ssl_error","status_checked_at":"2026-01-26T06:37:23.039Z","response_time":59,"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":["robotframework","seleniumlibrary","serverrest","test-automation"],"created_at":"2024-09-26T10:41:17.476Z","updated_at":"2026-01-26T07:31:33.265Z","avatar_url":"https://github.com/tiagocbarbosa.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation of the ServeRest website\n\nThe file is on construction...\n\nThis application is a test automation of the website [ServeRest](https://front.serverest.dev/login), the frontend version of the [API REST ServeRest](https://serverest.dev/), using Robot Framework with SeleniumLibrary.\n\n## Prerequisites\n- robotframework x;\n- robotframework-seleniumlibrary x;\n- chromedriver x;\n- Python x.\n\n## How to use\n\nTo use this automation, clone the project on your machine and open it on your favorite IDE.\n\nThe tests cases of the web application are located in the `tests/` dir, and the keywords definitions are in the `pages/`.\n\nTo execute the automation, you can run the `robot -d results/ tests/` command. The option `-d results/` saves the evidences in the `results/` dir; the `tests/` option runs the test cases from the `tests/` dir.\n\nOther commands:\n\n- `robot -d results/ tests/login_test.robot` -\u003e run the tests cases defined in the `login_test.robot` file;\n- `robot -d results/ -i regression tests/` -\u003e run the test cases defined with the `regression` tag.\n\nAfter you execute the automation, you can check the result of the tests on the `report.html` file that will be created in the `results/` dir.\n\n### TO DOs:\n- cadastrar uma conta e logar com sucessso (done)\n- cadastrar uma conta existente\n- logar e deslogar com sucesso (done)\n- logar e pesquisar um produto com sucesso (done)\n- logar, pesquisar um produto e adicionar na lista com sucesso\n- logar, pesquisar um produto, adicionar na lista e aumentar a quantidade para dois itens\n- logar, pesquisar um produto, adicionar na lista e remover da lista\n\n## References\n[Robot Framework documentation](https://robotframework.org/)\n\n[SeleniumLibrary documentation](https://github.com/robotframework/SeleniumLibrary/)\n\n[Locating 'data-' attributes](https://github.com/robotframework/SeleniumLibrary/issues/1474)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocbarbosa%2Fserverest-web-robotframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagocbarbosa%2Fserverest-web-robotframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocbarbosa%2Fserverest-web-robotframework/lists"}