{"id":25446577,"url":"https://github.com/allure-examples/guide-pytest-selenium-screenshots","last_synced_at":"2026-05-17T17:06:41.763Z","repository":{"id":275567529,"uuid":"924792366","full_name":"allure-examples/guide-pytest-selenium-screenshots","owner":"allure-examples","description":"Demo repository for the guide on taking screenshots for Allure Report with Pytest and Selenium","archived":false,"fork":false,"pushed_at":"2025-02-27T16:02:35.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-10T14:40:05.982Z","etag":null,"topics":["allure","allure-report","guide","pytest","python","selenium"],"latest_commit_sha":null,"homepage":"https://allurereport.org/docs/guides/pytest-selenium-screenshots/","language":"Batchfile","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/allure-examples.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,"zenodo":null}},"created_at":"2025-01-30T16:57:35.000Z","updated_at":"2025-02-27T16:02:38.000Z","dependencies_parsed_at":"2025-02-03T11:29:10.398Z","dependency_job_id":"c4991346-12fd-45bc-93db-6a053bfa24be","html_url":"https://github.com/allure-examples/guide-pytest-selenium-screenshots","commit_stats":null,"previous_names":["allure-examples/guide-pytest-screenshots","allure-examples/guide-pytest-selenium-screenshots"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allure-examples/guide-pytest-selenium-screenshots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-examples%2Fguide-pytest-selenium-screenshots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-examples%2Fguide-pytest-selenium-screenshots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-examples%2Fguide-pytest-selenium-screenshots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-examples%2Fguide-pytest-selenium-screenshots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allure-examples","download_url":"https://codeload.github.com/allure-examples/guide-pytest-selenium-screenshots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-examples%2Fguide-pytest-selenium-screenshots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","allure-report","guide","pytest","python","selenium"],"created_at":"2025-02-17T17:59:06.366Z","updated_at":"2026-05-17T17:06:41.729Z","avatar_url":"https://github.com/allure-examples.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integrating screenshots in Allure Report with Pytest and Selenium\n\nThis repository is a part of Allure Report documentation and contains code examples for integrating screenshots in Allure Report with Pytest and Selenium. You can find the original documentation:\n\n- [English version](https://allurereport.org/docs/guides/pytest-selenium-screenshots/)\n- [Spanish version](https://allurereport.org/es/docs/guides/pytest-selenium-screenshots/)\n\n## Preparation\n\n1. Make sure you have installed:\n\n    - [Python](https://www.python.org/downloads/) version 3.9 or higher\n    - [Allure Report](https://allurereport.org/docs/install/)\n\n1. Clone the repository via HTTPS:\n\n    ```shell\n    git clone https://github.com/allure-examples/guide-pytest-selenium-screenshots.git\n    ```\n\n    or SSH:\n\n    ```shell\n    git clone git@github.com:allure-examples/guide-pytest-selenium-screenshots.git\n    ```\n\n1. In the shell of your choice, navigate to the repository directory:\n\n    ```shell\n    cd path/to/guide-pytest-selenium-screenshots\n    ```\n\n## Run tests\n\nThe repository provides with automatic scripts that install the virtual environment, necessary packages, and run the tests. Run the script correspondind to your operating system. For Linux and MacOS:\n\n```\n./run.sh\n```\n\nFor OS Windows:\n\n```shell\n.\\run.bat\n```\n\nAlternatively:\n1. Create a Python virtual environment manually:\n\n    ```shell\n    python -m venv venv\n    ```\n\n1. Activate the virtual environment (Linux and MacOS):\n\n    ```shell\n    source venv/bin/activate \n    ```\n    \n    OS Windows:\n\n    ```powershell\n    .\\venv\\Scripts\\Activate.ps1\n    ```\n\n1. Install the packages used in the project:\n\n    ```\n    pip install -r requirements.txt\n    ```\n\n1. Run Pytest:\n\n    ```\n    pytest\n    ```\n\n## Run Allure Report\n\n1. To start a local Allure Report server, in the project root directory run:\n\n    ```shell\n    allure serve -p \u003cport-of-your-choice\u003e\n    ```\n\n1. Browse Allure Report page on `http://127.0.0.1:\u003cport-of-your-choice\u003e`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallure-examples%2Fguide-pytest-selenium-screenshots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallure-examples%2Fguide-pytest-selenium-screenshots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallure-examples%2Fguide-pytest-selenium-screenshots/lists"}