{"id":22017302,"url":"https://github.com/samska/robot-applitools-tests","last_synced_at":"2026-05-07T17:32:01.112Z","repository":{"id":225145997,"uuid":"765191325","full_name":"Samska/robot-applitools-tests","owner":"Samska","description":"Visual Tests with Robot Framework using Applitools","archived":false,"fork":false,"pushed_at":"2024-05-20T22:24:26.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T08:50:21.954Z","etag":null,"topics":["robotframework"],"latest_commit_sha":null,"homepage":"https://samska.github.io/robot-applitools-tests/report.html","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/Samska.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,"zenodo":null}},"created_at":"2024-02-29T13:03:11.000Z","updated_at":"2024-06-28T14:55:01.000Z","dependencies_parsed_at":"2024-02-29T14:30:07.245Z","dependency_job_id":"b108c65f-e33d-41a8-ade7-655091049e65","html_url":"https://github.com/Samska/robot-applitools-tests","commit_stats":null,"previous_names":["samska/robot-visual-tests"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samska/robot-applitools-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samska%2Frobot-applitools-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samska%2Frobot-applitools-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samska%2Frobot-applitools-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samska%2Frobot-applitools-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samska","download_url":"https://codeload.github.com/Samska/robot-applitools-tests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samska%2Frobot-applitools-tests/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266477152,"owners_count":23935390,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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"],"created_at":"2024-11-30T05:05:50.586Z","updated_at":"2026-05-07T17:32:01.084Z","avatar_url":"https://github.com/Samska.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robot Framework Visual Tests using Applitools\n\nSample project on how to setup robot framework for visual tests using Applitools (with EyesLibrary).\n\n```\nrobot-applitools-tests/\n ├── .github/                               \n │    ├── workflows/                        \n │        ├── robot.yml                     # Configuration for the tests on CI\n ├── config/                               \n │    ├── requirements.txt                  # Required dependencies for the tests\n ├── resources/                             # Resources used in the project like keywords and variables\n │    ├── common_keywords.robot             # Common keywords used for the visual tests\n │    ├── common_settings.robot             # Common settings used for the visual tests\n │    ├── common_variables.robot            # Common variables used for the visual tests\n ├── reports/                               # Test results generated by Robot\n │    ├── log.html\n │    ├── output.xml    \n │    ├── report.html\n ├── tests/                                 # Project tests separated by test type folder                                        \n │     ├── applitools.yaml                  # Configuration for Applitools tests                                   \n │     ├── visual_test_1.robot              # Visual test file\n │     ├── visual_test_2.robot              # Visual test file\n │     ├── visual_test_3.robot              # Visual test file                                                                                  \n ├── .gitignore                             # Untracked folder and files\n ├── README.md                              # README with project overview and instructions\n```\n\n## Getting started\n\nThese instructions will get you a copy of the project and running on your local environment.\n\n### Prerequisites\n\n- Python 3\n- ChromeDriver (or another webdriver of your choice)\n\n### Installing\n\n1. Clone the repository\n2. Update the api_key in the applitools.yaml file\n3. Install the dependencies:\n\n```sh\npip install -r requirements.txt\n```\n\n### Running the Tests\n\nTo run the tests, use the following command:\n\n```sh\npabot --outputdir reports tests\n```\n\nThis will run all the visual tests in parallel mode, this was necessary for the Applitools since if you run using a unique suite (using the robot default command), all the visual tests will be grouped in a unique batch.\n\n### Test Reports\n\nThe test results will be generated in the reports directory. Open the report.html file to view the HTML report.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamska%2Frobot-applitools-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamska%2Frobot-applitools-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamska%2Frobot-applitools-tests/lists"}