{"id":28201786,"url":"https://github.com/only1johnn/my-test-framework-only1johnn","last_synced_at":"2025-10-09T10:16:00.287Z","repository":{"id":255460116,"uuid":"850091645","full_name":"Only1JohnN/my-test-framework-Only1JohnN","owner":"Only1JohnN","description":"A collection of automation scripts for practicing various web elements, including JavaScript delays, form fields, popups, sliders, calendars, modals, tables, hover effects, ads, gestures, file operations, iframes, broken resources, and more.","archived":false,"fork":false,"pushed_at":"2024-09-27T10:55:02.000Z","size":17939,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T14:48:31.332Z","etag":null,"topics":["automation","pytest","quality-assurance","scripts","selenium-python","software-testing"],"latest_commit_sha":null,"homepage":"https://practice-automation.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Only1JohnN.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-30T21:32:31.000Z","updated_at":"2024-09-27T10:55:51.000Z","dependencies_parsed_at":"2025-05-17T07:46:00.391Z","dependency_job_id":null,"html_url":"https://github.com/Only1JohnN/my-test-framework-Only1JohnN","commit_stats":null,"previous_names":["only1johnn/learn-and-practice-automation","only1johnn/my-test-framework-only1johnn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Only1JohnN/my-test-framework-Only1JohnN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Only1JohnN%2Fmy-test-framework-Only1JohnN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Only1JohnN%2Fmy-test-framework-Only1JohnN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Only1JohnN%2Fmy-test-framework-Only1JohnN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Only1JohnN%2Fmy-test-framework-Only1JohnN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Only1JohnN","download_url":"https://codeload.github.com/Only1JohnN/my-test-framework-Only1JohnN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Only1JohnN%2Fmy-test-framework-Only1JohnN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001324,"owners_count":26083040,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","pytest","quality-assurance","scripts","selenium-python","software-testing"],"created_at":"2025-05-16T23:13:26.108Z","updated_at":"2025-10-09T10:16:00.033Z","avatar_url":"https://github.com/Only1JohnN.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Test Automation Framework - Only1JohnN\n\nA collection of automation scripts for practicing various web elements, including JavaScript delays, form fields, popups, sliders, calendars, modals, tables, hover effects, ads, gestures, file operations, iframes, broken resources, and more.\n\n## Contents\n\n- **JavaScript Delays**: Test how JavaScript delays impact page behavior.\n- **Form Fields**: Automate interactions with different types of form fields.\n- **Popups**: Handle and test popups and modal dialogs.\n- **Sliders**: Automate interactions with sliders and range inputs.\n- **Calendars**: Interact with date pickers and calendar components.\n- **Modals**: Test modal windows and overlay components.\n- **Tables**: Verify table data and interactions.\n- **Hover Effects**: Test hover effects and dynamic content loading.\n- **Ads**: Automate interactions with ads and ad elements.\n- **Gestures**: Simulate and test touch gestures and actions.\n- **File Operations**: Test file downloads and uploads.\n- **iFrames**: Automate interactions with iframes and nested documents.\n- **Broken Resources**: Check for broken images and links.\n- **And More**: Explore additional automation scenarios and test cases.\n\n## Getting Started\n\nFollow these steps to set up and use the project.\n\n### 1. Clone or Download the Project\n\nClone the repository or download the zipped folder from [GitHub](https://github.com/Only1JohnN/learn-and-practice-automation.git).\n\n```bash\ngit clone https://github.com/Only1JohnN/learn-and-practice-automation.git\n```\n\n### 2. Install Python\n\nIf Python is not already installed on your machine:\n\n1. Go to the [Python website](https://www.python.org/downloads/).\n2. Download the latest version for your operating system (Windows, macOS, or Linux).\n3. Run the installer and follow the instructions to complete the installation. **Make sure to check the box that says \"Add Python to PATH\" during the installation.**\n\nTo confirm Python installation, open Command Prompt or Terminal:\n\n- **On macOS/Linux**:\n\n  ```bash\n  python3 --version\n  ```\n\n- **On Windows**:\n\n  ```bash\n  python --version\n  ```\n\n### 3. Open Command Prompt or Terminal\n\n- **On Windows**: Press `Win + R`, type `cmd`, and hit Enter.\n- **On macOS**: Press `Cmd + Space`, type `Terminal`, and hit Enter.\n- **On Linux**: Open your terminal application.\n\n### 4. Navigate to the Project Directory\n\nOpen your terminal and change to the project directory:\n\n```bash\ncd /path/to/learn-and-practice-automation\n```\n\nReplace `/path/to/` with the actual path to the unzipped project folder.\n\n### 5. Create a Virtual Environment\n\nCreate a new virtual environment in the project directory:\n\n- **On macOS/Linux**:\n\n  ```bash\n  python3 -m venv myenv\n  ```\n\n- **On Windows**:\n\n  ```bash\n  python -m venv myenv\n  ```\n\n### 6. Activate the Virtual Environment\n\nActivate the virtual environment:\n\n- **On macOS/Linux**:\n\n  ```bash\n  source myenv/bin/activate\n  ```\n\n- **On Windows**:\n\n  ```bash\n  myenv\\Scripts\\activate\n  ```\n\n### 7. Upgrade `pip`\n\nEnsure `pip` is up-to-date within the virtual environment:\n\n```bash\npip install --upgrade pip\n```\n\n### 8. Install Dependencies\n\nInstall the required packages listed in `requirements.txt`:\n\n```bash\npip install -r requirements.txt\n```\n\n### 9. Verify Installation\n\nTo ensure all packages are installed correctly, list the installed packages:\n\n```bash\npip list\n```\n\n### 10. Run the Project\n\nTo run the project, type this in the terminal:\n\n```bash\npytest\n```\n\n## Troubleshooting\n\nIf you encounter any issues:\n\n- Ensure the virtual environment is activated (you should see `(myenv)` in your command prompt or terminal).\n- Verify paths and file locations.\n- Check for any error messages in the terminal.\n- Ensure that all required dependencies are installed.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonly1johnn%2Fmy-test-framework-only1johnn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonly1johnn%2Fmy-test-framework-only1johnn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonly1johnn%2Fmy-test-framework-only1johnn/lists"}