Skip to content

Releases: harmin-parra/report4s

v5.2

10 Oct 23:50
Compare
Choose a tag to compare

New feature

  • Possibility to gather web page sources.

v5.1

02 Sep 21:43
Compare
Choose a tag to compare

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

16 Aug 20:46
Compare
Choose a tag to compare

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

17 May 22:06
Compare
Choose a tag to compare
initial commit