Skip to content

v5.0

Compare
Choose a tag to compare
@harmin-parra harmin-parra released this 16 Aug 20:46
· 156 commits to main since this release

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