{"id":28992502,"url":"https://github.com/burhanh/automaton-v9","last_synced_at":"2025-06-25T02:40:13.903Z","repository":{"id":40976726,"uuid":"165142880","full_name":"BurhanH/automaton-v9","owner":"BurhanH","description":"Automation testing framework (UI, Visual) - an example. Based on Python, OpenCV, Selenium, and Unittest","archived":false,"fork":false,"pushed_at":"2025-06-19T01:21:51.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T02:27:29.142Z","etag":null,"topics":["automation","opencv","python","selenium","unittest"],"latest_commit_sha":null,"homepage":"","language":"Python","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/BurhanH.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":"2019-01-10T22:53:24.000Z","updated_at":"2025-06-19T01:21:53.000Z","dependencies_parsed_at":"2025-05-27T17:26:55.442Z","dependency_job_id":"e352f3ce-4f9f-4510-86b1-65e61e2d93d4","html_url":"https://github.com/BurhanH/automaton-v9","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BurhanH/automaton-v9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BurhanH","download_url":"https://codeload.github.com/BurhanH/automaton-v9/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v9/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261792725,"owners_count":23210357,"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":["automation","opencv","python","selenium","unittest"],"created_at":"2025-06-25T02:40:10.430Z","updated_at":"2025-06-25T02:40:13.893Z","avatar_url":"https://github.com/BurhanH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automaton-v9\n\nAutomation testing framework (UI, Visual) - an example. Based on Python, OpenCV (Open Source Computer Vision Library), Selenium, and Unittest\n\n[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/BurhanH/automaton-v9/blob/master/LICENSE)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7cdc286cad594d3ab1cec707c33007bf)](https://app.codacy.com/app/BurhanH/automaton-v9?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=BurhanH/automaton-v9\u0026utm_campaign=Badge_Grade_Settings)\n\n\n## Requirements\nPython 3.7.\\*, Selenium 3.141.0, Unittest, Open CV 4.1.* \u003cbr\u003e\nvirtualenv (virtual environment manager), \u003cbr\u003e \nFirefox 75.0, geckodriver 0.26.0, \u003cbr\u003e\nChrome 81.0.4044.122, chromedriver 81.0.4044.69 \u003cbr\u003e\n\n## Project structure\n```text\n-- automaton-v9\n   |-- .gitattributes\n   |-- .gitignore\n   |-- LICENSE\n   |-- README.md\n   |-- requirements.txt\n   |-- utils.py\n   |-- bad_template.png\n   |-- google_template.png\n   |-- buttons_template.png\n   |-- search_template.png\n   `-- tests\n       |-- test.py\n   `-- results_example\n       |-- home_page.png\n       |-- google_template_result.png\n       |-- buttons_template_result.png\n       |-- search_template_result.png\n```\n\n## How to prepare environment\n1) Install [Python](https://www.python.org/downloads/)\n2) Install and configure [virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)\n3) Clone or copy (download) the repository into your virtual environment\n4) Activate virtual environment, move to `automaton-v9` folder, and execute command `pip install -r requirements.txt`\n5) Install Firefox\n6) Download, extract and move geckodriver into `bin` folder for Mac/Linux, `Scripts` folder for Windows on virtual environment\n\n## How to run tests\n1) Open terminal window\n2) Move to virtual environment folder\n3) Activate virtual environment\n4) Move to `automaton-v9` folder\n5) Execute `python -m unittest discover tests \"*.py\" -v`\n\n## How to run test/s in Chrome browser\nGo to any UI scenario and change the value of the `BROWSER` variable from `firefox` to `chrome`. \u003cbr\u003e Note! Before execution read steps 5-6 from [How to prepare environment](https://github.com/BurhanH/automaton-v9#how-to-prepare-environment) section\n\n## Technology stack and helpful info\n[Python 3.7](https://docs.python.org/3.7/)\u003cbr\u003e\n[virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/) \u003cbr\u003e\n[GitHub, cloning repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) \u003cbr\u003e\n[OpenCV, Open Source Computer Vision Library](https://opencv.org/) \u003cbr\u003e\n[unittest](https://docs.python.org/3.7/library/unittest.html) \u003cbr\u003e\n[Selenium](https://www.selenium.dev/documentation/en/) \u003cbr\u003e\n[Firefox](https://www.mozilla.org/en-US/firefox/) \u003cbr\u003e\n[geckodriver](https://github.com/mozilla/geckodriver/releases) \u003cbr\u003e\n[Chrome](https://www.google.com/chrome/) \u003cbr\u003e\n[ChromeDriver](https://chromedriver.chromium.org/downloads) \u003cbr\u003e\n\n### Actual result (taken screenshot)\n\n![alt text](/results_example/home_page.png \"Actual result for home page\") \u003cbr\u003e\n\n### Visual searching result for google template (google logo)\n\n![alt text](/results_example/google_template_result.png \"Result for google logo template\") \u003cbr\u003e\n\n### Visual searching result for buttons template\n\n![alt text](/results_example/buttons_template_result.png \"Result for buttons\") \u003cbr\u003e\n\n### Visual searching result for search template\n\n![alt text](/results_example/search_template_result.png \"Result for google search text field\") \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanh%2Fautomaton-v9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburhanh%2Fautomaton-v9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanh%2Fautomaton-v9/lists"}