Skip to content

Releases: reportportal/agent-js-vitest

Release v5.1.1

23 Sep 16:02
8fd49b8
Compare
Choose a tag to compare

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

Release v5.1.0

03 May 09:18
d11271e
Compare
Choose a tag to compare

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.

Release v5.0.0

15 Feb 14:43
745ac10
Compare
Choose a tag to compare

Added