Skip to content

Releases: iSYS-Software/SelenideReporter

1.1.2

22 Jun 11:45

Choose a tag to compare

  • path to screenshot images is now relative to make report self-contained

1.1.1

16 Jun 22:17

Choose a tag to compare

  • set start and end timestamp when running tests
  • do not overwrite screenshots, make image file names more likely to be unique
  • use Selenide's screenshot facility instead of Selenium's
  • use new version of extentreports-java that preserves timestamps between tests

1.1.0

23 May 13:01

Choose a tag to compare

  • add TypeAdapter for File.class
  • enable Java 11 compatibility

1.0.9

22 May 15:10

Choose a tag to compare

  • updated dependencies: extentreports-java, Selenide, selenium-http-jdk-client

1.0.8

03 May 14:20

Choose a tag to compare

  • update GSON dependency
  • introduce System Property APPEND.TO.EXISTING.REPORT to switch off JsonReporter
  • safer code execution by introducing several try/catch blocks

1.0.7

24 Apr 13:34

Choose a tag to compare

  • add newest version of httpclient5 to prevent dependency clash with Spring Boot

1.0.6

24 Apr 12:58

Choose a tag to compare

  • bump Selenide to 6.13.0
  • use Java 11+ Http client to support Chrome 111+
  • bump minimum Java version to 11

1.0.5

19 Jul 14:38

Choose a tag to compare

  • catch Throwable in UiTestReport to make sure it can still be written in case of fatal error

1.0.4

07 Mar 11:14

Choose a tag to compare

  • bump Selenide version to 6.2.1
  • general cleanup for first release on Github