XCTestHTMLReport Versions Save

Xcode-like HTML report for Unit and UI Tests

2.2.1

2 years ago

Adding a minor version bump for the new year and several bug fixes to complete Xcode 13 compatibility. High-level updates include properly emitted logs, "Mixed" status support, and downsizing inlined images (using -i & -z).

Thank you to all contributors! Contributions are always welcome ๐Ÿ˜„

Take a look at our next major version bump in XCTestHTMLReport/XCTestHTMLReport:next

What's Changed

New Contributors

Full Changelog: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.2.0...2.2.1

2.2.0

2 years ago

This is the first release of XCTestHTML as an organization and has lots of fixes and improvements since last year!

Thank you to all people how contributed! ๐ŸŽธ ๐Ÿš€

What's Changed

New Contributors

Full Changelog: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.1.0...2.2.0

2.1.0

3 years ago

Changes since 2.0.0 (compare):

New features:

  • Support video and log file attachments #181
  • Added image resizing, attachment cleanup and screenshot flows #168
  • Implement "Skipped" tests, improve Junit report #172
  • Make it possible to inline assets into the resulting index.html #148

Bug fixes:

  • Google chrome scrolling not working for large file #160
  • Update XCResultKit to 0.5.7 fixing #166 #169
  • Support path with spaces #165
  • Fix crash in XCResultKit: XCResultKit updated #157
  • Fix Homebrew for 2.0.0 release #144

Misc:

  • Bump nokogiri from 1.10.4 to 1.10.8 #167
  • Bump nokogiri from 1.8.5 to 1.10.4 #140

2.0.0

4 years ago

1.7.0

5 years ago

1.6.1

6 years ago
  • Fixed: version number #76
  • Fixed: wrong screenshot paths for secondary reports #79

1.6.0

6 years ago

New

  • Added Homebrew formula (#55)
  • Added JUnit XML reports (-j) (#62)
  • Added success/failure icon next to device name (#59)

Fixed

  • Improved device list HTML (#61)
  • Fixed warning when extracting activity logs (#52)
  • Fixed issues on Firefox (#52)
  • Fixed screenshots not loading for secondary reports (#70)
  • Fixed other minor issues (#58)

1.5.0

6 years ago

New

  • Support for passing multiple result directories with the -r option (#47)
  • Added total number of tests, number of failed tests and number of succeeded tests (#46)
  • Activities containing a failure are written in red (#44)

1.4.0

6 years ago

New

  • Fully supports Unit Test targets
  • Supports multiple test targets per run (#41)
  • Supports HTML attachements (#32)
  • Added 'Report an issue' link (#26)

Fixed

  • Impossible to search in report (#37)
  • Impossible to copy text in report (#36)

1.3.0

6 years ago

New

  • Supports parallel testing (#28)