Skip to content

Releases: reporterplus/pytest-html-plus-vscode

v0.2.2

09 Mar 03:18
597a815

Choose a tag to compare

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

26 Jan 15:09
03ddabc

Choose a tag to compare

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

01 Jan 08:49

Choose a tag to compare

What's Changed

  • Implement sidebar with comprehensive test results display by @skdonepudi in #9

New Contributors

Full Changelog: https://github.com/reporterplus/pytest-html-plus-vscode/commits/v0.2.0