{"id":15144416,"url":"https://github.com/ferdyciputra/robot-starter-project-web","last_synced_at":"2026-01-21T10:03:00.554Z","repository":{"id":219955796,"uuid":"750366431","full_name":"ferdyciputra/robot-starter-project-web","owner":"ferdyciputra","description":"This project is designed to help you kickstart your journey into web automation testing using the powerful Robot Framework.","archived":false,"fork":false,"pushed_at":"2024-02-21T03:49:03.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:34:05.563Z","etag":null,"topics":["automation-testing","python","robotframework","web"],"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/ferdyciputra.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":"2024-01-30T14:09:56.000Z","updated_at":"2024-02-05T03:02:00.000Z","dependencies_parsed_at":"2024-02-05T04:23:24.651Z","dependency_job_id":"2788b59a-8b81-459b-b503-aad7ba07e7fc","html_url":"https://github.com/ferdyciputra/robot-starter-project-web","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"189165c1967e756328484009d9aa9488027984cf"},"previous_names":["ferdyciputra/robot-starter-project","ferdyciputra/robot-starter-project-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferdyciputra/robot-starter-project-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdyciputra%2Frobot-starter-project-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdyciputra%2Frobot-starter-project-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdyciputra%2Frobot-starter-project-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdyciputra%2Frobot-starter-project-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferdyciputra","download_url":"https://codeload.github.com/ferdyciputra/robot-starter-project-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdyciputra%2Frobot-starter-project-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":["automation-testing","python","robotframework","web"],"created_at":"2024-09-26T10:41:12.554Z","updated_at":"2026-01-21T10:03:00.535Z","avatar_url":"https://github.com/ferdyciputra.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robot Framework Starter Project 🤖\n\nWelcome to the Robot Framework Starter Project! 🚀 This project is designed to help you kickstart your journey into web automation testing using the powerful Robot Framework.\n\n## Getting Started\n\n### Prerequisites\n- [Python](https://www.python.org/downloads/) installed\n- Familiarity with basic programming concepts\n\n### Installation\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/ferdyciputra/robot-starter-project.git\n\n2. Navigate to the project directory:\n   ```bash\n   cd robot-starter-project-web\n\n3. Install dependencies:\n   ```bash\n   pip install robotframework\n   pip install robotframework-seleniumlibrary\n   pip install webdriver-manager\n   pip install docutils\n   \n### Resources File\nIn Robot Framework, a resource file is a file that contains reusable keywords, variables, and other settings that can be used across multiple test cases or test suites.\nWe write a resources file in the `Resources` directory.\n\n### Running Tests\n1. Execute the specific sample test:\n   ```bash\n   python -m robot -d Results Tests/Authentication/Logout.robot\n   \n2. Execute the all sample test:\n   ```bash\n   python -m robot -d Results Tests\n\n3. Explore and modify the existing test cases in the `Tests` directory.\n\n### See All Report Tests\nYou can see a report test in the `Results` directory with name file `report.html`\n\n### Learn More\n[Robot Framework User Guide](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html)\\\n[Robot Framework Selenium Library](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html)\n\n## Contributing\nContributions are welcome! Whether you're fixing bugs, improving documentation, or adding new features, your input is valuable. Follow these steps to contribute:\n\n1. Fork the repository.\n   \n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   \n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your feature or fix\"\n   \n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   \n5. Open a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdyciputra%2Frobot-starter-project-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferdyciputra%2Frobot-starter-project-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdyciputra%2Frobot-starter-project-web/lists"}