{"id":18622728,"url":"https://github.com/oleksandrbaior/web_university_e2e_playwright_python","last_synced_at":"2025-11-03T16:30:22.865Z","repository":{"id":196282559,"uuid":"694789416","full_name":"OleksandrBaior/Web_university_e2e_playwright_python","owner":"OleksandrBaior","description":"Common webelements on websites. e2e testing using python","archived":false,"fork":false,"pushed_at":"2023-11-16T20:46:34.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T05:08:11.702Z","etag":null,"topics":["playwright-python","python"],"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/OleksandrBaior.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}},"created_at":"2023-09-21T17:39:19.000Z","updated_at":"2023-09-29T14:52:45.000Z","dependencies_parsed_at":"2023-09-24T03:12:53.808Z","dependency_job_id":"5d07a005-e57f-43f4-9177-32e034fc8c7e","html_url":"https://github.com/OleksandrBaior/Web_university_e2e_playwright_python","commit_stats":null,"previous_names":["oleksandrbaior/web_university_e2e_playwright_python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OleksandrBaior%2FWeb_university_e2e_playwright_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OleksandrBaior%2FWeb_university_e2e_playwright_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OleksandrBaior%2FWeb_university_e2e_playwright_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OleksandrBaior%2FWeb_university_e2e_playwright_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OleksandrBaior","download_url":"https://codeload.github.com/OleksandrBaior/Web_university_e2e_playwright_python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239418546,"owners_count":19635203,"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":["playwright-python","python"],"created_at":"2024-11-07T04:18:15.625Z","updated_at":"2025-11-03T16:30:22.829Z","avatar_url":"https://github.com/OleksandrBaior.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web_university_e2e_playwright_python\nCommon webelements on websites. e2e testing using python\n\n1.  Install Python\n```\nhttps://www.python.org/downloads/\n```\n2. Install python package installer:\n```\npy -m ensurepip --upgrade (Windows)\n```\nor:\n```\npython -m ensurepip --upgrade (MacOS/Linux)\n```\n3. Install package manager:\n```\npip install pipenv\n```\n4. Next let’s create an isolated virtual environment (to hold our project’s libraries\nisolated from global environment):\n```\npipenv shell\n```\n5. First we need pytest-playwright:\n```\npipenv install pytest-playwrigh\n````\n6. Than we need to install browsers (or a specific browser to run our tests against)\nplaywright install will install all the browsers used by playwright\nAs of right now we’re going to use only Chrome browser run:\n```\nplaywright install chromium\n```\n7. Running test:\n```\npytest\n```\n8. Runing specific test with mark:  (@pytest.mark.*)\n```\npytest -m *\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksandrbaior%2Fweb_university_e2e_playwright_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleksandrbaior%2Fweb_university_e2e_playwright_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksandrbaior%2Fweb_university_e2e_playwright_python/lists"}