reporterplus/pytest-html-plus

Support XFAIL test outcomes in reports

Open

#254 opened on Jun 9, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (3 forks)auto 404
core-logic-changeenhancementgood first issue

Repository metrics

Stars
 (68 stars)
PR merge metrics
 (PR metrics pending)

Description

Support XFAIL outcomes

ReporterPlus currently recognizes the xfail marker but treats xfailed tests as passed. Add support for a dedicated XFAILED status, separate summary counts and filters, while preserving logs and attachments.

Contributor guide