{"id":27298495,"url":"https://github.com/veydantkatyal/regression-testing","last_synced_at":"2026-02-03T17:31:58.757Z","repository":{"id":278124916,"uuid":"934593734","full_name":"veydantkatyal/regression-testing","owner":"veydantkatyal","description":"naive implementation for SWE","archived":false,"fork":false,"pushed_at":"2025-04-01T05:28:43.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T00:39:49.798Z","etag":null,"topics":["allure-report","regression-testing","swe"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veydantkatyal.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":"2025-02-18T04:57:01.000Z","updated_at":"2025-04-01T05:28:47.000Z","dependencies_parsed_at":"2025-04-01T06:20:57.883Z","dependency_job_id":"7374c896-1689-4a3c-a936-0e6a438d06ca","html_url":"https://github.com/veydantkatyal/regression-testing","commit_stats":null,"previous_names":["veydantkatyal/regression-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/veydantkatyal/regression-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fregression-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fregression-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fregression-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fregression-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veydantkatyal","download_url":"https://codeload.github.com/veydantkatyal/regression-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fregression-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29050804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["allure-report","regression-testing","swe"],"created_at":"2025-04-12T00:27:24.579Z","updated_at":"2026-02-03T17:31:58.740Z","avatar_url":"https://github.com/veydantkatyal.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regression Testing Tool\n\n## Overview\nAutomated regression testing using **Selenium, PyTest, and Allure Reports**.\n\n## Features\n- Web UI automation\n- Test execution \u0026 reporting\n- Parallel execution\n- CI/CD integration\n\n## Installation\n```bash\npip install selenium pytest webdriver-manager\n```\n\n## Run Tests\n```bash\npytest --html=report.html --tb=short\n```\n\n## View HTML report\n```bash\nstart report.html\n```\n\n## Architecture diagram\n![](./images/architecture.png)\n\n## Result\n![](./images/report.png)\n\n\n## CI/CD Setup (GitHub Actions)\n```yaml\nname: Regression Tests\non: [push, pull_request]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Install dependencies\n        run: pip install selenium pytest webdriver-manager\n      - name: Run tests\n        run: pytest --html=report.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveydantkatyal%2Fregression-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveydantkatyal%2Fregression-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveydantkatyal%2Fregression-testing/lists"}