{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/4"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"A pytest plugin that generates Excel reports from test execution results, capturing test outcomes and metadata into .xls files with optional verbose formatting.","skillfed_tags":["test-reporting","excel-export"],"use_cases":["Generate Excel test reports for stakeholders who prefer spreadsheet formats over terminal output.","Archive test results over time in a structured format for trend analysis and regression tracking.","Export test documentation by running pytest with --collect-only to list all tests in a workbook.","Integrate test reporting into CI/CD pipelines where Excel files are ingested by downstream tools.","Create timestamped test reports automatically for each test run without manual file management."],"what_it_does":"pytest-excel is a pytest plugin that captures test execution results and writes them to Excel (.xls) files. It integrates directly into pytest's test collection and execution pipeline, allowing you to generate structured reports without modifying your test code. The plugin depends on openpyxl for Excel file creation and pandas for data handling.\n\nYou invoke it by passing --excelreport=filename.xls to pytest; it supports verbose output (one test per line) and test collection-only mode (--collect-only) to document test structure without running them. Timestamp-based filenames are also supported via strftime formatting in the filename argument.","worth_installing":"Yes. The plugin is actively maintained, has no known vulnerabilities, low install friction, and a clear use case for teams that need Excel-formatted test reports. Install it if your workflow or stakeholders require test results in spreadsheet form; skip it if terminal or JSON reporting suffices."},"id":"pytest-excel","links":{"html":"https://skillfed.io/packages/pytest-excel","md":"https://skillfed.io/packages/pytest-excel.md","pypi":"https://pypi.org/project/pytest-excel/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-07-22","license_spdx":"MIT","license_treatment":"permissive","name":"pytest-excel","python_support":"supports_current","summary":"pytest plugin for generating excel reports"},"popularity":{"monthly_downloads":266185,"position":8305,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.8.1"}
