{"id":15144429,"url":"https://github.com/thinogueiras/robot-playwright-gherkin","last_synced_at":"2026-02-09T00:33:36.940Z","repository":{"id":224458209,"uuid":"762565081","full_name":"thinogueiras/Robot-Playwright-Gherkin","owner":"thinogueiras","description":"Automação de testes de UI com Robot Framework e Playwright.","archived":false,"fork":false,"pushed_at":"2024-04-30T16:48:46.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T17:13:16.387Z","etag":null,"topics":["bdd","browser-library","docker","gherkin","github-actions","playwright","python","robotframework","ui-test-automation","ui-testing","web-testing"],"latest_commit_sha":null,"homepage":"https://www.saucedemo.com","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":"2024-02-24T04:16:23.000Z","updated_at":"2025-01-29T03:55:58.000Z","dependencies_parsed_at":"2024-03-03T17:23:46.582Z","dependency_job_id":"cf246f84-7499-4888-9d17-6cca3a507041","html_url":"https://github.com/thinogueiras/Robot-Playwright-Gherkin","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"36a624b5dc295e3b7125c02fbfb7c7e11c41edaf"},"previous_names":["thinogueiras/robot-gherkin-tests","thinogueiras/robot-playwright-gherkin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Playwright-Gherkin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Playwright-Gherkin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Playwright-Gherkin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinogueiras%2FRobot-Playwright-Gherkin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinogueiras","download_url":"https://codeload.github.com/thinogueiras/Robot-Playwright-Gherkin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128742,"owners_count":20888234,"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":["bdd","browser-library","docker","gherkin","github-actions","playwright","python","robotframework","ui-test-automation","ui-testing","web-testing"],"created_at":"2024-09-26T10:41:15.848Z","updated_at":"2026-02-09T00:33:36.905Z","avatar_url":"https://github.com/thinogueiras.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automação de Testes de UI com Robot Framework e Playwright.\n\n[![Robot Framework Tests](https://github.com/thinogueiras/Robot-Playwright-Gherkin/actions/workflows/continuous-testing.yml/badge.svg?branch=main)](https://github.com/thinogueiras/Robot-Playwright-Gherkin/actions/workflows/continuous-testing.yml)\n\n## Sobre o projeto:\n\n* Site alvo dos testes: \u003cstrong\u003ehttps://www.saucedemo.com\u003c/strong\u003e.\n* Este projeto utiliza o padrão \u003cstrong\u003e`Page Objects`\u003c/strong\u003e.\n* Os \u003cstrong\u003e`Casos de Testes`\u003c/strong\u003e foram implementados utilizando a sintaxe \u003cstrong\u003e`Gherkin`\u003c/strong\u003e de forma \u003cstrong\u003e`declarativa`\u003c/strong\u003e.\n\n## Pré-requisitos mínimos de ambiente:\n\n* [Git](https://git-scm.com/).\n\n* [Docker](https://www.docker.com/products/docker-desktop/) (Opcional).\n\n* [Python](https://www.python.org/downloads/) 3.11.x.\n\n* [Node.js](https://nodejs.org/en) 18.17.x.\n\n## Clone do Repositório:\n\n```\ngit clone https://github.com/thinogueiras/Robot-Playwright-Gherkin.git\n\ncd Robot-Playwright-Gherkin\n```\n\n## Instalação do projeto:\n\n```\npip install -r requirements.txt\n```\n\n## Instruções:\n\n#### Executar o comando abaixo no terminal:\n\n```\nrfbrowser init\n```\n\n## Execução dos testes:\n\n#### Chromium:\n\n```\nrobot -d ./reports -v BROWSER:Chromium -v HEADLESS:False tests/\n```\n\n#### Firefox:\n\n```\nrobot -d ./reports -v BROWSER:Firefox -v HEADLESS:False tests/\n```\n\n## Docker:\n\n```\ndocker pull ppodgorsek/robot-framework:latest\n```\n\n#### Aplicando permissão de execução:\n```\nchmod +x run-docker-tests-single-thread.bat\n```\n\n#### Executando o arquivo:\n```\n./run-docker-tests-single-thread.bat\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\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-playwright-gherkin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinogueiras%2Frobot-playwright-gherkin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinogueiras%2Frobot-playwright-gherkin/lists"}