{"id":20750038,"url":"https://github.com/fatimazza/seleniumtest","last_synced_at":"2026-04-18T20:31:16.991Z","repository":{"id":88794267,"uuid":"578048679","full_name":"Fatimazza/SeleniumTest","owner":"Fatimazza","description":"Web Automation Testing using Selenium \u0026 Python","archived":false,"fork":false,"pushed_at":"2023-03-15T09:10:53.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:19:18.966Z","etag":null,"topics":["selenium-python","selenium-webdriver","web-automation-testing"],"latest_commit_sha":null,"homepage":"","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/Fatimazza.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":"2022-12-14T06:05:27.000Z","updated_at":"2023-05-29T12:08:17.000Z","dependencies_parsed_at":"2023-06-25T20:01:35.254Z","dependency_job_id":null,"html_url":"https://github.com/Fatimazza/SeleniumTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fatimazza/SeleniumTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FSeleniumTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FSeleniumTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FSeleniumTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FSeleniumTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fatimazza","download_url":"https://codeload.github.com/Fatimazza/SeleniumTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FSeleniumTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["selenium-python","selenium-webdriver","web-automation-testing"],"created_at":"2024-11-17T08:25:35.027Z","updated_at":"2026-04-18T20:31:16.968Z","avatar_url":"https://github.com/Fatimazza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSelenium Test\u003c/h1\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n:sparkles: Web Automation Testing using Selenium WebDriver \u0026amp; Python :sparkles:\n\u003c/p\u003e\n\n## Preparation\n\nWhat will be used on this project\n\n\n| Item           | Source                                                         |\n| -------------- | ------------------------------------------------------------ |\n| Editor         | VS Code (https://code.visualstudio.com/download) |\n| Package Manager| PIP (https://pip.pypa.io/en/stable/getting-started/) |\n| UI Test Tools  | Selenium WebDriver with Python (https://pypi.org/project/selenium/) |\n|                | WebDriver Manager (https://pypi.org/project/webdriver-manager/) |\n| Browser        | Latest version of Chrome / Mozilla Firefox  |\n\n\n## Pre-Requisite Installation\n\nInstall VS Code Editor, Python, and PIP\n\nTo check whether you already installed Python \u0026 PIP\n\n```Bash\npython --version\n```\n```Bash\npython -m pip --version \n```\n\n## Testing Tools Installation\n\nInstall Selenium\n\n```Bash\npython -m pip install Selenium\n```\n\nInstall Web Driver Manager\n\n```Bash\npython -m pip install webdriver-manager\n```\n\n## Setting up Project\n\n### Clone\n\n**👉 [Clone this Repository](https://github.com/Fatimazza/SeleniumTest/)** through Terminal or Command Prompt\n\n### Open the Project on Editor\n\nOpen this Automation Project using VS Code Editor.\n\n### Run the Automation Project \n\nChange to Project directory on Terminal or Command Prompt\n\n```Bash\ncd SeleniumTest\n```\n\nRun All Tests on Terminal\n\n\u003e Note: Only for file which name started with `test_`\n\n```Bash\npython -m unittest\n```\n\nRun Specific Test \n\n```Bash\npython -m unittest test_pythonorg.py\n```\n\n```Bash\npython -m unittest test_saucedemo.py\n```\n\nRun Specific Test Case \n\n```Bash\npython test_saucedemo.py TestSauceDemo.test_e_success_logout\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatimazza%2Fseleniumtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatimazza%2Fseleniumtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatimazza%2Fseleniumtest/lists"}