Releases: reporterplus/pytest-html-plus-vscode
v0.2.2
v0.2.3
🚀 Multiple Report Support
Pytest HTML Plus for VS Code can now automatically load multiple pytest-html-plus report JSON files. #12
This makes it easy to work with projects that generate separate reports for different test suites.
For example:
- Unit tests
- Integration tests
- End-to-End tests
All detected reports are combined into a single unified view in the sidebar, giving you a complete picture of your test results without switching between files and html reports and letting you stay focussed.
No additional configuration required — the extension auto-detects and loads them automatically.
v0.2.1
Whats New:
Fixed missing display of test and setup errors from pytest-html-plus reports. The extension now correctly renders error sections introduced in pytest-html-plus v0.4.7.
(Fixes #10)
Thanks @skdonepudi for raising PR
v0.2.0
What's Changed
- Implement sidebar with comprehensive test results display by @skdonepudi in #9
New Contributors
- @skdonepudi made their incredible first contribution in #9
Full Changelog: https://github.com/reporterplus/pytest-html-plus-vscode/commits/v0.2.0