Skip to content

Releases: reportportal/agent-js-webdriverio

Release v5.2.0

23 Sep 14:56
26bd3af
Compare
Choose a tag to compare

Changed

  • Breaking change Drop support of Node.js 12. The version 5.1.1 is the latest that supports it.
  • The agent now supports reporting the time for launches, test items and logs with microsecond precision in the ISO string format.
    For logs, microsecond precision is available on the UI from ReportPortal version 24.2.
  • @reportportal/client-javascript bumped to version 5.3.0.

Release v5.1.1

26 Jun 17:18
09e4692
Compare
Choose a tag to compare

Changed

  • @reportportal/client-javascript bumped to version 5.1.4, new launchUuidPrintOutput types introduced: 'FILE', 'ENVIRONMENT'.

Security

  • Updated versions of vulnerable packages (braces, ws).

Deprecated

  • Node.js 12 usage. This minor version is the latest that supports Node.js 12.

Release v5.1.0

06 Feb 10:58
79b2357
Compare
Choose a tag to compare

Added

  • launchId option to the config to attach run results to an existing launch. Related to parallel execution on one and several machines.
  • Browser parameter for steps.
  • Logging link to the launch on its finish now available by default via @reportportal/client-javascript.

Fixed

  • Reporter breaks on skipped test for WebdriverIO + Mocha. Addressed #46.
  • Fix error with launch finishing. Addressed #53 and #47. Thanks to AlexGalichenko.

Changed

  • token configuration option was renamed to apiKey to maintain common convention.
  • @reportportal/client-javascript bumped to version 5.1.1.
  • Readme file updated.

Release v5.0.3

05 Oct 14:34
6dd50ba
Compare
Choose a tag to compare

Added

  • Support reportSeleniumCommands and seleniumCommandsLogLevel for Cucumber and Jasmine reporting via reportSeleniumCommands, seleniumCommandsLogLevel flags
  • isLaunchMergeRequired config option support. Provided guide on merging launches manually

Release v5.0.2

31 May 07:17
de3b565
Compare
Choose a tag to compare

Added

  • testCaseId reporting via ReportingApi.setTestCaseId
  • Support nested steps for Cucumber reporting via cucumberNestedSteps flag
  • skippedIssue parameter to not mark skipped tests as 'To Investigate' by default
  • TypeScript definitions provided

Updated

  • @reportportal/client-javascript bumped to version 5.0.6

Changed

  • Package size reduced

Release v5.0.1

05 Oct 12:57
6205915
Compare
Choose a tag to compare

Fixed

  • Compiled source code provided

Release v5.0.0

05 Oct 09:36
712b253
Compare
Choose a tag to compare

Added