{"id":15144545,"url":"https://github.com/lynix28/web-robotframework-example","last_synced_at":"2026-01-20T15:32:27.140Z","repository":{"id":40426819,"uuid":"486737236","full_name":"lynix28/web-robotframework-example","owner":"lynix28","description":"Web automation testing example project","archived":false,"fork":false,"pushed_at":"2023-07-31T08:27:32.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:34:44.170Z","etag":null,"topics":["automated-testing","bdd-tests","robot-framework","robotframework","robotframework-browser","web-testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lynix28.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":"2022-04-28T20:20:43.000Z","updated_at":"2023-08-07T12:00:52.000Z","dependencies_parsed_at":"2024-11-01T15:40:58.546Z","dependency_job_id":null,"html_url":"https://github.com/lynix28/web-robotframework-example","commit_stats":{"total_commits":32,"total_committers":3,"mean_commits":"10.666666666666666","dds":0.46875,"last_synced_commit":"9d796395847b6f9624f3156a49aa8b33d38cf897"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lynix28/web-robotframework-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-robotframework-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-robotframework-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-robotframework-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-robotframework-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynix28","download_url":"https://codeload.github.com/lynix28/web-robotframework-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-robotframework-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["automated-testing","bdd-tests","robot-framework","robotframework","robotframework-browser","web-testing"],"created_at":"2024-09-26T10:42:04.995Z","updated_at":"2026-01-20T15:32:27.124Z","avatar_url":"https://github.com/lynix28.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-robotframework-example\n\n[![CircleCI](https://circleci.com/gh/lynix28/web-robotframework-example/tree/master.svg?style=shield)](https://circleci.com/gh/lynix28/web-robotframework-example/tree/master)\n\nWeb automation testing example project using Robot Framework\n\n- Requirements\n\n   - Python 3\n   - NodeJS 12 or later\n\n- Setup Virtual ENV\n\n   - Install venv\n      - `pip install virtualenv`\n      - `virtualenv ${PROJECT_FOLDER}/venv`\n\n   - Activate venv\n      - `source ${PROJECT_FOLDER}/venv/bin/activate`\n\n- Install Dependencies\n\n   - `pip install -r requirement.txt`\n   - `rfbrowser init`\n\n- Run File Test (Example)\n\n   - Create `reports` directory\n   - Run all test\n      - `robot -d ./reports/ ./tests/.`\n\n   - Run test by Tag\n      - `robot -d ./reports/ -i \"SanityTest\" ./tests/.`\n\n   - Run specific Testcase\n      - `robot -d ./reports/ ./tests/${TESTCASE_NAME}.robot`\n\n   - Run with specific web browser (available browser: Chromium, Firefox, Webkit)(Default browser is Chromium)\n      - `robot -d ./reports/ -v BROWSER:firefox ./tests/${TESTCASE_NAME}.robot`\n\n   - Run HEADLESS mode\n      - `robot -d ./reports/ -v HEADLESS:True -v BROWSER:firefox ./tests/${TESTCASE_NAME}.robot`\n\n   - Run in Parallel (Need more RESOURCES)\n      - `pabot --processes 2 -d ./reports/ ./tests/.`\n         - you can change the 'processes' with your desire\n\n- With Docker\n\n   - Build and run a docker container with `Dockerfile`\n   - Copy test project to `/app/` directory with docker copy command\n   - Run test file inside docker container (must use HEADLESS mode)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-robotframework-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynix28%2Fweb-robotframework-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-robotframework-example/lists"}