2.8.0
New Features
- Add JsonUnit integration (via #236) - @viclovsky
- Add support for jax-rs compatible clients (via #248) - @james-bjss
Improvements
- Add support for java 9+ (fixes 208, via #249) - @vbragin
- Add host and thread labels for junit platform tests (via #260) - @baev
- Improve junit platform integration (fixes #189, fixes #180, via #261) - @baev
- Added loading of allure properties from context class loader (via #228) - @saksmt
Fixes
- Fix parallel run and rft lifecycle (via #253) - @baev
- Fix npe in tostring methods (fixes #191, via #259) - @baev
- Fixing issue when OkHttp request method in attachment is always displayed as GET (via #240) - @dkorobtsov