Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Releases: testproject-io/java-opensdk

v1.3.0

03 Feb 16:54
fe81b60
Compare
Choose a tag to compare

Added

  • #171 - Added jar with dependencies & md5 hash to release artifacts.
  • #166 - Added logic that allows developing addons using the java openSDK.

v1.2.4

28 Oct 11:34
0803581
Compare
Choose a tag to compare

Added

  • When development token is provided in both environment variable and driver constructor, prioritize token in environment variable.
  • #158 - Added parameter that allows increasing session creation timeout.
  • #145 - Steps are now reported in batches to improve performance.

v1.2.3

17 Jun 14:35
343bdcf
Compare
Choose a tag to compare

Fixed

  • Increased reports queue maximum size.

v1.2.2

14 Jun 13:13
1f2b0eb
Compare
Choose a tag to compare

Added

  • Increased maximum timeout for reporting queue to 10 minutes.
  • Added logging for reporting queue progress.

v1.2.1

07 Jun 13:28
0a947c7
Compare
Choose a tag to compare

Added

  • Added warning log for when trying to use manual reporting while it is disabled.

Fixed

  • Fixed an issue where Cucumber report name would be overwritten despite being specified in driver construction.

v1.2.0

12 May 14:38
ad3e339
Compare
Choose a tag to compare

Added

  • Added a new connection validation to TestProject Agents version 2.3.0 or greater.

Fixed

  • Fixed an issue where Cucumber tests with BeforeClass/BeforeSuit annotation reports were not correct.

v1.1.0

27 Apr 15:45
a90fc34
Compare
Choose a tag to compare

Added

  • Added Control for Reports configuration, it is now possible to state the name and path of the generated report.
  • Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network.
  • Added Cucumber Examples for uploading tests to the TestProject platform.
  • Added Session Reuse for Cucumber Tests that do not provide a Job Name.
  • Added support for JUnit4 assertion reporting.
  • Added Control for Reports configuration, it is now possible to state the name and path of the generated report.
  • Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network.
  • Added data providers that allow uploading parameterized tests to the TestProject platform.
  • (#104) - Fix for Report Type being ignored on Chrome Driver.

Fixed

  • Fixed test name inferring in JUnit.
  • Fixed multiple jobs reporting when running several tests without any given job name/project name.
  • Fixed ReportType ignored in ChromeDriver.
  • Fixed Cucumber tests reports which can sometimes be generated with steps out of order.

v1.0.0

01 Apr 13:13
1fba848
Compare
Choose a tag to compare

Added

  • Added option to configure report type (cloud, local, or both).
  • Added Cucumber framework mobile example test.

v0.65.4

12 Feb 15:16
a9e0a5a
Compare
Choose a tag to compare

Fixed

  • Fixed exception thrown when reporting failed Cucumber steps.

v0.65.3

27 Jan 14:56
52af14f
Compare
Choose a tag to compare

Added

  • Added package and upload instructions.

Fixed

  • Fixed Cucumber reporting plugin logic.
  • Fixed CI tests.