Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

21 lines (18 loc) · 1.02 KB

[5.1.1] - 2024-09-23

Added

  • Test case id, attributes and description providing via Reporting API.

Changed

  • 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, new launchUuidPrintOutput types introduced: 'FILE', 'ENVIRONMENT'.

Security

  • Updated versions of vulnerable packages (braces).

[5.1.0] - 2024-05-03

Added

  • ReportingApi with attachment method support.
  • extendTestDescriptionWithLastError option to the RP config to be able to toggle the last error log attaching to the test description.

Changed

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

[5.0.0] - 2024-02-15

Added