Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

84 lines (71 loc) · 4.05 KB

[5.3.0] - 2024-05-07

Added

  • cucumberStepStart and cucumberStepEnd commands for reporting cypress-cucumber-preprocessor scenario steps as nested steps in RP.

Security

  • Updated versions of vulnerable packages (@reportportal/client-javascript, glob).

[5.2.0] - 2024-03-21

Fixed

  • Display stack trace for failed test cases

Changed

  • Breaking change Drop support of Node.js 10. The version 5.1.5 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.0.

[5.1.5] - 2024-01-19

Deprecated

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

[5.1.4] - 2023-10-23

Fixed

  • launchId option is not recognized - resolves #171.

Changed

  • @reportportal/client-javascript bumped to version 5.0.14. launchUuidPrint and launchUuidPrintOutput configuration options introduced.

[5.1.3] - 2023-07-18

Added

  • TypeScript declarations for reportPortalCommands. Thanks to thomaswinkler.

Changed

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

[5.1.2] - 2023-02-27

Fixed

  • Screenshots are missing in some cases. The mechanism for attaching screenshots has been completely rewritten. Thanks to thomaswinkler.
  • Unhandled promise rejections while sending logs. Thanks to Nigui.

Security

  • Updated versions of vulnerable packages (minimatch, nanoid, jsdom, json5, node-notifier).

[5.1.1] - 2023-01-24

Added

  • mergeOptions parameter to mergeLaunches.

Fixed

  • Pending Cypress tests are now marked as skipped in the ReportPortal and finishes correctly. Thanks to thomaswinkler.
  • mode option proper handling. Thanks to thomaswinkler.

Updated

  • @reportportal/client-javascript bumped to version 5.0.8.

Security

  • Updated versions of vulnerable packages (qs, minimatch, decode-uri-component).

[5.1.0] - 2022-09-22

Added

Security

  • Updated version of vulnerable ansi-regex package.

[5.0.4] - 2022-07-12

Fixed

  • 'Error: cannot read property toString of undefined' for log command.
  • Vulnerabilities (minimist, follow-redirects).

[5.0.3] - 2022-01-27

Fixed

  • #76 Custom screenshot command doesn't wait for image to be taken.
  • 95 and 97 with 9.* cypress versions support.

Changed

  • Package size reduced

[5.0.2] - 2021-05-18

Added

  • #65 Merge launches for parallel run.

Fixed

  • Vulnerabilities (axios, acorn, ini, y18n, hosted-git-info).

[5.0.1] - 2020-06-30

Fixed

  • #53 Fix merge launches for isLaunchMergeRequired option.

[5.0.0] - 2020-06-22

Added

Deprecated

  • Previous package version agent-js-cypress will no longer supported by reportportal.io