Releases: harmin-parra/report4s
Releases · harmin-parra/report4s
v5.2
v5.1
New feature
- External CSS file can be added to the report.
Improvements
- SkipException trace is logged for skipped tests throwing that exception.
- WebElement attributes are logged alongside the screenshots.
Bug fixes
- Some exceptions are logged twice on failed tests.
- Minor incoherence in a CSS file.
- Remove locator information from logs as they weren't always accurate.
Change
- TestNG listeners have been merged in a single java class.
v5.0
New features
- Screenshots can be automatically gathered upon webdriver events.
Intercepted events:- clear
- click
- get
- navigate back, forward, to & refresh
- sendKeys
- Different screenshot gathering strategies are supported:
- screenshots for all intercepted events.
- last screenshot for each
@Test
annotated methods. - last screenshot of failed tests.
- none (user can still gather screenshots manually)
- Test results table can be filtered by test status.
- Addition of a brief summary in the test report.
Bug fixes
- Header of skipped
@Test
annotated methods displayed twice.
Changes
- Removal of pie charts.
- Removal of Excel export.
- Update external dependencies
v4.0
initial commit