Releases: reporterplus/pytest-html-plus
Release list
v0.3.2
What's Changed
✨ New Features & Enhancements
📧 Send HTML report as an attachment
The enhanced single-page HTML report is now delivered as an email attachment, instead of inline content. This preserves interactivity and ensures cleaner formatting across email clients.
#97
🛠 Improvements
📢 Improved exception handling
Replaced raw print() statements with meaningful exceptions like ValueError and RuntimeError to ensure better debuggability and CI integration.
🧾 Wrapped stdout, stderr, and logs in collapsible sections
Standard output, error messages, and logs are now displayed inside expandable cells for improved readability and organization within the HTML report.
#96
v0.3.1
What's Changed
✅ Improved flaky test detection with xdist
🧪 generate merged junit.xml without extra plugins
🧹 Cleaner default filenames for reports
🚫 Dropped support for Python 3.8
🔄 Updated core dependencies
v0.3.0
What's Changed
✅ Auto driver detection added (no more --automation-tool)
🎨 UI: Error messages now highlighted for quicker debugging.
🖼️ UI: Screenshots now have a fixed layout for consistent rendering.
Full Changelog: v0.2.9...v0.3.0
v0.2.9
What's Changed
- Align all the information shown in the report by @skdonepudi in #72
- Open report automatically based on ENV variable by @reach2jeyan in #73
New Contributors
- @skdonepudi made their first contribution in #72
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Removed verbose and upgraded package by @reach2jeyan in #69
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- 54 filter tests that are flaky and untracked @reach2jeyan in #66
- Internal repo related updates
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Support plugin with python version from 3.8 by @reach2jeyan in #47
- Update release to 0.2.6 by @reach2jeyan in #48
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Fixed bug test contents not wrapped within the cell by @reach2jeyan in #44
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- [feature]:copy test file path to clipboard by @reach2jeyan in #41
- added external links to support markers with custom names by @reach2jeyan in #42
Full Changelog: v0.2.3...v0.2.4