Releases: reportportal/agent-js-playwright
Releases · reportportal/agent-js-playwright
Release v5.4.0
Added
- Report logs and attachments under related nested steps, resolves #172.
- Report skipping reason for the skipped tests in their description, addresses #119.
- Support for custom log levels in
ReportingApi.log()andReportingApi.launchLog()methods. You can now pass any string as a log level in addition to the predefined values (TRACE, DEBUG, INFO, WARN, ERROR, FATAL).
Note: Custom logs management supported by ReportPortal versions from 25.2.
Changed
@reportportal/client-javascriptbumped to version5.5.10.
Security
- Addressed CVE-2026-25547.
Release v5.3.2
Changed
@reportportal/client-javascriptbumped to version5.5.2.
Release v5.3.1
Fixed
- Client errors when the
restClientConfignot specified.
Changed
@reportportal/client-javascriptbumped to version5.5.1.
Release v5.3.0
Added
- Full http/https proxy support with
noProxyconfiguration, check Proxy configuration options for more details.
Changed
@reportportal/client-javascriptbumped to version5.5.0.
Release v5.2.4
Added
- OAuth 2.0 Password Grant authentication, check Authentication Options for more details.
Fixed
- Intermittent issue with empty launches.
Changed
@reportportal/client-javascriptbumped to version5.4.3.
Release v5.2.3
Added
- Allow configuring the HTTP retry strategy via
restClientConfig.retryand tune the default policy.
Changed
@reportportal/client-javascriptbumped to version5.4.2.
Security
- Updated versions of vulnerable packages (axios).
Release v5.2.2
Fixed
- #187 Logs being displayed in incorrect order and with identical timestamps.
Release v5.2.1
Fixed
- #184 Test run failures in case of string static annotations and skipping reasons used.
Release v5.2.0
Added
- Semantic names for test artefacts based on the test names. Resolves #173.
Changed
- Use Playwright's
testInfo.annotationsfor ReportPortal runtime data for tests. Addresses #113. - Revert time format back to milliseconds (based on #217). This is also fixing the issue with agents installation on ARM processors #212.
@reportportal/client-javascriptbumped to version5.4.1.
Security
- Updated versions of vulnerable packages (axios).
Release v5.1.11
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-javascriptbumped to version5.3.0.