Skip to content

Latest commit

 

History

History
116 lines (96 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

116 lines (96 loc) · 5.66 KB

[5.4.0] - 2024-09-23

Changed

  • Breaking change Drop support of Node.js 12. The version 5.3.5 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.

[5.3.5] - 2024-09-11

Added

  • videoCompression option. Allows compressing Cypress videos before uploading them to the ReportPortal. Check the readme for details. Thanks to ashvinjaiswal.

[5.3.4] - 2024-08-29

Fixed

  • Video attachment won't play after downloading, resolves #202. Thanks to ashvinjaiswal.

[5.3.3] - 2024-08-15

Added

  • uploadVideo option. Allows uploading Cypress videos for specs. Check the readme for details.

[5.3.2] - 2024-07-01

Fixed

  • Launch finishing for tests annotated with '.skip'.

[5.3.1] - 2024-06-24

Fixed

  • #192. Reporter procreates an enormous amount of processes during execution. Thanks to epam-avramenko.

Changed

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

[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).

Deprecated

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

[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