Releases: reportportal/agent-js-vitest
Releases · reportportal/agent-js-vitest
Release v5.1.1
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 version5.3.0
, newlaunchUuidPrintOutput
types introduced: 'FILE', 'ENVIRONMENT'.
Security
- Updated versions of vulnerable packages (braces).
Release v5.1.0
Added
ReportingApi
withattachment
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 version5.1.3
.
Release v5.0.0
Added
- Basic reporting for ReportPortal API version 5.* (see ReportPortal releases)