{"id":25407653,"url":"https://github.com/aljazarifoundation/seleniumpythonfunctional","last_synced_at":"2026-04-28T13:37:05.554Z","repository":{"id":277134356,"uuid":"931434723","full_name":"aljazarifoundation/SeleniumPythonFunctional","owner":"aljazarifoundation","description":"this is the main repository testing for web automation using selenium","archived":false,"fork":false,"pushed_at":"2025-02-12T09:37:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T13:38:58.733Z","etag":null,"topics":["allure-report","automation","pytest","quality","selenium","software-testing"],"latest_commit_sha":null,"homepage":"https://www.tiktok.com/@aljazarifoundation/video/7470353153007930631","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/aljazarifoundation.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":"2025-02-12T09:19:10.000Z","updated_at":"2025-02-17T04:03:58.000Z","dependencies_parsed_at":"2025-02-12T10:45:43.397Z","dependency_job_id":"745d3655-8a1f-4c12-af08-e27637f14b7b","html_url":"https://github.com/aljazarifoundation/SeleniumPythonFunctional","commit_stats":null,"previous_names":["aljazarifoundation/seleniumpythonfunctional"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aljazarifoundation/SeleniumPythonFunctional","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aljazarifoundation%2FSeleniumPythonFunctional","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aljazarifoundation%2FSeleniumPythonFunctional/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aljazarifoundation%2FSeleniumPythonFunctional/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aljazarifoundation%2FSeleniumPythonFunctional/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aljazarifoundation","download_url":"https://codeload.github.com/aljazarifoundation/SeleniumPythonFunctional/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aljazarifoundation%2FSeleniumPythonFunctional/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261700832,"owners_count":23196504,"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":["allure-report","automation","pytest","quality","selenium","software-testing"],"created_at":"2025-02-16T07:17:49.067Z","updated_at":"2026-04-28T13:37:05.495Z","avatar_url":"https://github.com/aljazarifoundation.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium UI Testing with Allure Reports\n\n## 📂 Folder Structure\n\n```bash\nSeleniumPythonFunctional/\n│── tests/                 \n│   ├── test_checkout.py   # Selenium checkout test\n│   ├── test_login.py      # Selenium login test\n│── conftest.py            # Selenium browser setup\n│── pytest.ini             # pytest configuration\n│── requirements.txt       # Dependencies\n│── allure-results/        # Allure test results            \n│── README.md              # Project documentation\n```\n\n## 📌 Prerequisites\nBefore running the tests, ensure you have the following installed:\n\n- **Python** (\u003e=3.7)\n- **Google Chrome, Firefox, Edge, or Safari (Selenium 4 includes a built-in browser, so no additional setup is needed)**\n- **Selenium \u0026 Allure dependencies, refer to https://allurereport.org/docs/install-for-windows**\n\n### Install Dependencies\n```bash\npip install pytest selenium allure-pytest\n```\nor \n```bash\npip install -r requirements.txt\n```\n---\n\n## 🚀 Running Tests\n\n### Run All Tests\n```bash\npytest .\\tests\\test_login.py --alluredir=allure-results\n```\n\n### Run a Specific Test (`-k`)\nRun tests that match a keyword:\n```bash\npytest -k \"login\" --alluredir=allure-results\n```\n👉 This runs tests like `test_checkout_process`.\n\n### Run Tests in a Specific Browser\n```bash\npytest --browser-type=firefox --alluredir=allure-results\n```\n👉 Supports **`chromium`**, **`firefox`**, **`edge`**, and **`safari`**.\n\n### Run Tests in Headless Mode\n```bash\npytest --headless --alluredir=allure-results\n```\n\n---\n\n## 📊 Viewing Allure Reports\nAfter running tests, generate and open the report:\n```bash\nallure serve allure-results\n```\nThis launches a web-based report.\n\n---\n\n## ⚙️ Advanced Options\n| Command | Description |\n|---------|------------|\n| `--headed` | Run in visible mode |\n| `--headless` | Run in headless mode |\n\nExample running in visible mode:\n```bash\npytest --headed --browser-type=edge --alluredir=allure-results\n```\n---\n\n## 🎥✅ Results \n\nhttps://github.com/user-attachments/assets/d5bbb00f-a65e-4644-935d-6ced6c54a299\n\n---\n\n## 🎯 Conclusion\nThis guide helps you quickly set up, run, and analyze Selenium UI tests with Allure reports. 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faljazarifoundation%2Fseleniumpythonfunctional","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faljazarifoundation%2Fseleniumpythonfunctional","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faljazarifoundation%2Fseleniumpythonfunctional/lists"}