{"id":15198890,"url":"https://github.com/jeconiahb/swag-lab_automation","last_synced_at":"2026-03-10T06:02:24.113Z","repository":{"id":254603789,"uuid":"847022081","full_name":"jeconiahb/swag-lab_automation","owner":"jeconiahb","description":"This project focuses on automation testing for the e-commerce application Sauce Demo using Selenium and Python. The automation is designed to ensure that key functionalities of the application are working correctly, specifically in the context of login and transactions.","archived":false,"fork":false,"pushed_at":"2024-08-24T18:07:55.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T01:17:12.154Z","etag":null,"topics":["automation","phyton","selenium"],"latest_commit_sha":null,"homepage":"https://www.saucedemo.com/","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/jeconiahb.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":"2024-08-24T16:15:53.000Z","updated_at":"2025-01-29T07:14:16.000Z","dependencies_parsed_at":"2024-09-28T02:00:25.186Z","dependency_job_id":"0a263146-db00-4988-bfa8-dc81ce9d1d45","html_url":"https://github.com/jeconiahb/swag-lab_automation","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"ceb720bbc0cf1ecc6355d16fd76996329c5a4afe"},"previous_names":["jeconiahb/swag-lab_automation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeconiahb/swag-lab_automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeconiahb%2Fswag-lab_automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeconiahb%2Fswag-lab_automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeconiahb%2Fswag-lab_automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeconiahb%2Fswag-lab_automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeconiahb","download_url":"https://codeload.github.com/jeconiahb/swag-lab_automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeconiahb%2Fswag-lab_automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["automation","phyton","selenium"],"created_at":"2024-09-28T02:00:17.762Z","updated_at":"2026-03-10T06:02:24.073Z","avatar_url":"https://github.com/jeconiahb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# Selenium Automation with Python\r\n\r\nThis project uses Selenium with Python for web browser automation. Follow these steps to get started.\r\n\r\n## Prerequisites\r\n\r\n- **Python 3.12.5: [Download and install Python](https://www.python.org/downloads/).\r\n- **WebDriver**: Browser driver for Selenium\r\n\r\n## Setup Instructions\r\n\r\n### 1. Clone this repo locally\r\n\r\n### 2. Install Selenium\r\n\r\nOpen your terminal and run:\r\n\r\n```bash\r\npip install selenium\r\n```\r\n### 3. Download WebDriver\r\n\r\n- **ChromeDriver**: [Download here](https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.84/win64/chromedriver-win64.zip)\r\n\r\nPlace the WebDriver executable in a directory that's in your system's PATH, or specify the path in your scripts.\r\n\r\n### 4. Verify Installation\r\n\r\nCreate a Python script to check WebDriver:\r\n\r\n```python\r\nfrom selenium import webdriver\r\n\r\ndriver = webdriver.Chrome()  # Use webdriver.Firefox() for Firefox\r\ndriver.get('https://www.google.com')\r\ndriver.quit()\r\n```\r\n\r\nRun the script to ensure WebDriver is working.\r\n\r\n\r\n## Running Tests\r\n\r\nExecute your tests with:\r\n\r\n```bash\r\npython run_all.py\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeconiahb%2Fswag-lab_automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeconiahb%2Fswag-lab_automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeconiahb%2Fswag-lab_automation/lists"}