{"id":21201780,"url":"https://github.com/atiaron/grafana-automation-testing","last_synced_at":"2026-05-17T08:34:21.751Z","repository":{"id":262865170,"uuid":"888555600","full_name":"atiaron/Grafana-Automation-Testing","owner":"atiaron","description":"Automation Testing for Web and API using Selenium, Pytest, and Allure.","archived":false,"fork":false,"pushed_at":"2024-12-27T09:30:53.000Z","size":3059,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T22:29:43.434Z","etag":null,"topics":["allure-report","api","automation","pytest","selenium","testing","webtesting"],"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/atiaron.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-11-14T15:47:22.000Z","updated_at":"2025-01-02T15:24:17.000Z","dependencies_parsed_at":"2025-01-21T14:47:29.431Z","dependency_job_id":"429574c9-4104-443c-b6b8-caf22d8733c7","html_url":"https://github.com/atiaron/Grafana-Automation-Testing","commit_stats":null,"previous_names":["atiaron/grafana-automation-testing"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atiaron/Grafana-Automation-Testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiaron%2FGrafana-Automation-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiaron%2FGrafana-Automation-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiaron%2FGrafana-Automation-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiaron%2FGrafana-Automation-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atiaron","download_url":"https://codeload.github.com/atiaron/Grafana-Automation-Testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiaron%2FGrafana-Automation-Testing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264292952,"owners_count":23586063,"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","api","automation","pytest","selenium","testing","webtesting"],"created_at":"2024-11-20T20:11:06.901Z","updated_at":"2026-05-17T08:34:21.723Z","avatar_url":"https://github.com/atiaron.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana Automation Testing Project\n\n## Welcome!\nThis project is my final creation from a software testing and automation course I completed. I poured everything I learned into it to make it as useful and cool as possible. This project brings together automation for web and API testing, focusing on well-structured code, advanced tools, and reports that make the results easy to understand.\n\n## What Does This Project Do?\n- **Web UI Testing Automation**: The project uses Selenium to validate the UI of web applications. It ensures that every button, text field, and form behaves exactly as it should.\n- **API Testing**: Leveraging Python’s `requests` library, I tested various API calls to ensure the responses are correct and bug-free.\n- **Data-Driven Testing**: All tests are powered by CSV files, enabling the execution of multiple scenarios to make sure the application handles everything we throw at it.\n- **Fancy Reports**: Allure was used to generate reports that show what passed, what failed, and where improvements are needed. This way, even if you're not a coding expert, you can still understand what's going on.\n- **Modularity and Readable Code**: The project is built in a modular way, which means it’s easy to add new tests, features, or make adjustments without losing your mind.\n\n## How Is It Built?\n- **`configuration/`**: Contains all the test configuration settings, from browser settings to Allure configurations.\n- **`ddt/`**: Stores CSV files that provide all the data used for testing.\n- **`extensions/`**: Custom actions like API calls, UI actions, and specific verification checks.\n- **`page_objects/`**: Implements the Page Object Model (POM) to organize all page elements in a clean way.\n- **`test_cases/`**: This is where all the test scripts live. It’s where the magic happens.\n- **`utilities/`**: General tools that assist with managing the tests, like event listeners and configuration helpers.\n- **`workflows/`**: Contains full test scenarios and business logic, all broken down in an organized manner.\n\n## Tools and Technologies\n- **Language**: Python – classic and reliable.\n- **Automation**: Selenium and Pytest for running browser-based tests.\n- **API Testing**: Python's `requests` library.\n- **Reporting**: Allure – to make everything clear and easy to understand.\n- **Data**: CSV format for flexible testing scenarios.\n\n## Getting Started\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/atiaron/Grafana-Automation-Testing.git\n   ```\n2. **Install the dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. **Run the tests**:\n   Use Pytest to run all tests:\n   ```bash\n   pytest --alluredir=allure-results\n   ```\n4. **Generate a report with Allure**:\n   ```bash\n   allure serve allure-results\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiaron%2Fgrafana-automation-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiaron%2Fgrafana-automation-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiaron%2Fgrafana-automation-testing/lists"}