Skip to content

Releases: lukejpreston/xunit-viewer

Links

23 Jun 10:10
Compare
Choose a tag to compare

If a test has a link or an email it will now be marked as a hyperlink and will be clickable

Routing!

23 Jun 09:41
Compare
Choose a tag to compare

You can now route using the URL and filter by test status. Update the following query parameters for the tests you wish to filter
?passed=true&error=false&failure=false&skipped=true&unknown=false

Future work will be done to add searching, expanding, and show/hide properteis and suites and to update the CLI to have the same filtering as the query string

Fast filter and Print mode

22 Jun 16:11
Compare
Choose a tag to compare

You can now click on fast filters, which will default to Junit Viewer's filtering. Don't worry. You can still use the filters as before
There is also a print mode. If your browser supports it, you can just print and save to PDF, and it will render everything. If not, don't panic. You can click the FAST FILTER button in the top right of the app, and it will force everything to render.

image

Large dependency update and node 18+ support

21 Jun 10:24
Compare
Choose a tag to compare

Adding script boolean

15 Aug 07:53
Compare
Choose a tag to compare

There was an issue when running Xunit Viewer in a node script where it would exit when you weren't expecting it to. Now pass in script: true into xunit viewer and it runs fine.

Adding errors

20 May 12:45
Compare
Choose a tag to compare

It will now show errors when your files fail. There may be future work to make these a bit easier to digest.

Performance enhancing

20 May 12:04
Compare
Choose a tag to compare
  • A loading spinner for large parsing
  • Render suites and tests that are in view

Fixed an issue with infinite loading

20 May 10:36
Compare
Choose a tag to compare

If a file was valid XML but had not tests or suites then it would re-parse and never load.

  • It will now show an error instead
  • It also does less parsing than it did before

Code Restructure

18 Aug 10:02
Compare
Choose a tag to compare

The underlying code had a restructure to make it easier to develop and test.

Some features include -C to not clear the console and sorting of test names and suites

Special Chars Fix

26 Sep 10:01
Compare
Choose a tag to compare
v5.0.4

5.0.4