{"id":21535640,"url":"https://github.com/octoant/automated-stack-tests","last_synced_at":"2025-03-17T20:24:10.169Z","repository":{"id":44421884,"uuid":"498394046","full_name":"octoant/automated-stack-tests","owner":"octoant","description":"Automation testing the StackOverflow platform with the Selenium framework.","archived":false,"fork":false,"pushed_at":"2022-09-27T13:03:52.000Z","size":3672,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T07:23:32.095Z","etag":null,"topics":["docker","selenide","selenium","selenoid"],"latest_commit_sha":null,"homepage":"https://stackoverflow.com","language":"Java","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/octoant.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}},"created_at":"2022-05-31T15:31:06.000Z","updated_at":"2022-06-17T22:50:59.000Z","dependencies_parsed_at":"2023-01-18T17:46:38.953Z","dependency_job_id":null,"html_url":"https://github.com/octoant/automated-stack-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoant%2Fautomated-stack-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoant%2Fautomated-stack-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoant%2Fautomated-stack-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoant%2Fautomated-stack-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octoant","download_url":"https://codeload.github.com/octoant/automated-stack-tests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244103767,"owners_count":20398545,"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":["docker","selenide","selenium","selenoid"],"created_at":"2024-11-24T03:15:50.375Z","updated_at":"2025-03-17T20:24:10.148Z","avatar_url":"https://github.com/octoant.png","language":"Java","readme":"# Automated Stack Tests\n\n## Configure Selenoid for UI-Testing\n\nA lighting fast Selenium Protocol implementation running browsers in Docker\ncontainers.\n\n### Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Using an existing configuration file](#using-an-existing-configuration-file)\n\n### Prerequisites\n\nBefore you start to configure Selenoid, Docker has to be installed.\n\n### Installation\n\nDownload [Configuration Manager][aerokube-cm] (Selenoid quick installation\nbinary) for your platform from [releases][aerokube-git-cm] page.\n\nConfiguration Manager - a fully automated installation tool for Selenoid abd\nSelenoid UI doing all the work for you\n\nGive execution permissions to binary:\n```shell\nchmod +x cm\n```\n\nRun one command to start Selenoid:\n```shell\n./cm selenoid start --vnc\n```\n\nOptionally run one more command to start Selenoid UI:\n```shell\n./cm selenoid-ui start\n```\n\n### Using an existing configuration file\n\nCreate `browsers.json` configuration file with content:\n\n_browsers.json_\n```json\n{\n  \"chrome\": {\n    \"default\": \"latest\",\n    \"versions\": {\n      \"latest\": {\n        \"images\": \"selenoid/chrome\",\n        \"port\": \"4444\",\n        \"path\": \"/\",\n        \"tmpfs\": {\n          \"/tmp\": \"size=256m\"\n        }\n      }\n    }\n  }\n}\n```\n\nRun `cm` with `--browsers-json` flag:\n```shell\n./cm selenoid start --vnc --browsers-json /path/to/browsers.json\n```\n\n[aerokube-cm]: http://aerokube.com/cm/latest/\n[aerokube-git-cm]: https://github.com/aerokube/cm/releases/latest/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoant%2Fautomated-stack-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoant%2Fautomated-stack-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoant%2Fautomated-stack-tests/lists"}