{"id":19686484,"url":"https://github.com/qualityshepherd/python-e2e-test-example","last_synced_at":"2025-04-29T06:31:27.462Z","repository":{"id":151557245,"uuid":"153934580","full_name":"qualityshepherd/python-e2e-test-example","owner":"qualityshepherd","description":"Example e2e tests written in Python","archived":false,"fork":false,"pushed_at":"2023-06-16T18:01:28.000Z","size":28,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:51:24.576Z","etag":null,"topics":["e2e","e2e-tests","pytest","python","selenium","test-python","testing","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/qualityshepherd.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}},"created_at":"2018-10-20T18:13:13.000Z","updated_at":"2024-08-23T14:37:40.000Z","dependencies_parsed_at":"2024-11-11T18:43:07.658Z","dependency_job_id":null,"html_url":"https://github.com/qualityshepherd/python-e2e-test-example","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/qualityshepherd%2Fpython-e2e-test-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualityshepherd%2Fpython-e2e-test-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualityshepherd%2Fpython-e2e-test-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualityshepherd%2Fpython-e2e-test-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualityshepherd","download_url":"https://codeload.github.com/qualityshepherd/python-e2e-test-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251450656,"owners_count":21591407,"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":["e2e","e2e-tests","pytest","python","selenium","test-python","testing","webdriver"],"created_at":"2024-11-11T18:28:49.293Z","updated_at":"2025-04-29T06:31:27.456Z","avatar_url":"https://github.com/qualityshepherd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Python E2E Test Example\nExample Selenium/Webdriver e2e tests (some quite silly) that aim to illustrate solutions for common issues when writing e2e tests\n\n### These Tests:\n* run python selenium e2e tests against an existing website\n* make use of a page object pattern\n* use [pytest](http://pytest.org/) for most of the heavy lifting\n* run on Firefox or Chrome\n* run tests in parallel (via [pytest-parallel](https://pypi.org/project/pytest-parallel/) (requires python3.6+)\n* run api tests using [requests](http://docs.python-requests.org/en/master/)\n* run on merge on [CI](https://app.codeship.com/projects/312669)\n\n## Requirements\nSo... while python is a lovely language, it has a silly need for keeping python2.7 around. So silly. Down that road lies madness, so we are _only_ talking about `python3`. I'm using [Homebrew (aka `brew`)](https://brew.sh/) to install things but you do you... install however you like.\n1. [python3](https://www.python.org/downloads/) `brew install python3`\n\n## Install\n1. install requirements: `pip install -r requirements --user`\n1. if you want to run on firefox, [download geckodriver](https://github.com/mozilla/geckodriver/releases) and move to a folder on your path (eg. `/usr/local/bin`)\n\n## Run Tests\n1. in Chrome (default): `pytest`\n1. in Firefox `pytest --driver firefox`\n1. in parallel `pytest --workers 2`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualityshepherd%2Fpython-e2e-test-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualityshepherd%2Fpython-e2e-test-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualityshepherd%2Fpython-e2e-test-example/lists"}