{"id":22358889,"url":"https://github.com/imbus/robotframework-testobject","last_synced_at":"2026-02-10T18:35:34.451Z","repository":{"id":257807311,"uuid":"866612129","full_name":"imbus/robotframework-testobject","owner":"imbus","description":"A simple test object for robot framework without external dependancies and without UI that can be used for trainings and demos","archived":false,"fork":false,"pushed_at":"2024-10-02T16:24:19.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-27T19:54:09.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imbus.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,"zenodo":null}},"created_at":"2024-10-02T15:11:06.000Z","updated_at":"2024-10-02T16:24:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f087ae78-258b-4d37-b806-fd71fedf04c8","html_url":"https://github.com/imbus/robotframework-testobject","commit_stats":null,"previous_names":["imbus/robotframework-testobject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imbus/robotframework-testobject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-testobject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-testobject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-testobject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-testobject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imbus","download_url":"https://codeload.github.com/imbus/robotframework-testobject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-testobject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29311347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"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":[],"created_at":"2024-12-04T15:18:14.025Z","updated_at":"2026-02-10T18:35:34.430Z","avatar_url":"https://github.com/imbus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robotframework-testobject\nA simple test object for robot framework without external dependancies and without UI that can be used for trainings and demos\n\n## Installation\n```bash\npip install robotframework-testobject\n```\n\n## Usage\n```robot\n*** Settings ***\nLibrary    TestObject\n\n*** Test Cases ***\nTest Password Change\n    Login User    captain    1234567890\n    ${username} =    Get Username\n    Should Be Equal    Steve Rogers    ${username}\n    Change Own Password    new_password=new_password    old_password=1234567890\n    Logout User\n    TRY\n        Login User    captain     1234567890\n    EXCEPT    ValueError: Invalid Password    AS    ${e}\n        Log     Access Denied\n    ELSE\n        Fail    illegal access possible\n    END\n    Login User    captain     new_password\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbus%2Frobotframework-testobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimbus%2Frobotframework-testobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbus%2Frobotframework-testobject/lists"}