{"id":20618117,"url":"https://github.com/applitools/example-selenium-python-pytest","last_synced_at":"2025-10-13T13:32:57.082Z","repository":{"id":50953844,"uuid":"184333773","full_name":"applitools/example-selenium-python-pytest","owner":"applitools","description":"Applitools Example: Selenium in Python with pytest","archived":false,"fork":false,"pushed_at":"2025-01-13T16:32:37.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":12,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-15T11:47:03.991Z","etag":null,"topics":["applitools","applitools-example","applitools-eyes","applitools-tutorial","execution-cloud","pytest","python","selenium","selenium-webdriver","test-automation","tutorial","ultrafast-grid","visual-testing"],"latest_commit_sha":null,"homepage":"https://applitools.com/tutorials/quickstart/web/selenium/python","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/applitools.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-04-30T21:26:10.000Z","updated_at":"2025-01-13T16:32:41.000Z","dependencies_parsed_at":"2025-04-15T11:48:50.697Z","dependency_job_id":null,"html_url":"https://github.com/applitools/example-selenium-python-pytest","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/applitools/example-selenium-python-pytest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-python-pytest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-python-pytest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-python-pytest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-python-pytest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applitools","download_url":"https://codeload.github.com/applitools/example-selenium-python-pytest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-python-pytest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015312,"owners_count":26085684,"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-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["applitools","applitools-example","applitools-eyes","applitools-tutorial","execution-cloud","pytest","python","selenium","selenium-webdriver","test-automation","tutorial","ultrafast-grid","visual-testing"],"created_at":"2024-11-16T12:07:11.472Z","updated_at":"2025-10-13T13:32:57.061Z","avatar_url":"https://github.com/applitools.png","language":"Python","readme":"# Applitools Example: Selenium in Python with pytest\n\nThis is the example project for the [Selenium Python pytest tutorial](https://applitools.com/tutorials/quickstart/web/selenium/python).\nIt shows how to start automating visual tests\nwith [Applitools Eyes](https://applitools.com/platform/eyes/)\nand [Selenium WebDriver](https://www.selenium.dev/) in Python.\n\nIt uses:\n\n* [Python](https://www.python.org/) as the programming language\n* [Selenium WebDriver](https://www.selenium.dev/) for browser automation\n* [pytest](https://docs.pytest.org/) as the core test framework\n* [Google Chrome](https://www.google.com/chrome/downloads/) as the local browser for testing\n* [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/) for dependency management\n* [Applitools Eyes](https://applitools.com/platform/eyes/) for visual testing\n\nIt can also run tests with:\n\n* [Applitools Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/) for cross-browser execution\n* [Applitools Execution Cloud](https://applitools.com/platform/execution-cloud/) for self-healing remote WebDriver sessions\n\nTo run this example project, you'll need:\n\n1. An [Applitools account](https://auth.applitools.com/users/register), which you can register for free\n2. A recent version of [Python 3](https://www.python.org/)\n3. A good Python editor like [Visual Studio Code](https://code.visualstudio.com/docs/languages/python)\n   or [PyCharm](https://www.jetbrains.com/pycharm/).\n4. An up-to-date version of [Google Chrome](https://www.google.com/chrome/downloads/).\n5. A corresponding version of [ChromeDriver](https://chromedriver.chromium.org/downloads).\n\nTo install dependencies, run:\n\n```\npip install -r requirements.txt\n```\n\nThe main test case spec is [`test_acme_bank.py`](tests/test_acme_bank.py).\nBy default, the project will run tests with Ultrafast Grid but not Execution Cloud.\nYou can change these settings in [`conftest.py`](tests/conftest.py).\n\nTo execute tests, set the `APPLITOOLS_API_KEY` environment variable\nto your [account's API key](https://applitools.com/tutorials/guides/getting-started/registering-an-account),\nand then run:\n\n```\npython3 -m pytest -s -v tests\n```\n\n**For full instructions on running this project, take our\n[Selenium Python pytest tutorial](https://applitools.com/tutorials/quickstart/web/selenium/python)!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-python-pytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplitools%2Fexample-selenium-python-pytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-python-pytest/lists"}