Skip to content

Releases: reportportal/agent-js-playwright

Release v5.4.0

05 Feb 17:32
8340f9a

Choose a tag to compare

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() and ReportingApi.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-javascript bumped to version 5.5.10.

Security

Release v5.3.2

29 Oct 16:42
f451565

Choose a tag to compare

Changed

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

Release v5.3.1

29 Oct 15:27
1d6ed1f

Choose a tag to compare

Fixed

  • Client errors when the restClientConfig not specified.

Changed

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

Release v5.3.0

28 Oct 13:08
d87a1ec

Choose a tag to compare

Added

Changed

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

Release v5.2.4

20 Oct 17:11
cdb18e5

Choose a tag to compare

Added

Fixed

  • Intermittent issue with empty launches.

Changed

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

Release v5.2.3

02 Oct 12:59
e349ae7

Choose a tag to compare

Added

  • Allow configuring the HTTP retry strategy via restClientConfig.retry and tune the default policy.

Changed

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

Security

  • Updated versions of vulnerable packages (axios).

Release v5.2.2

08 Sep 17:02
463da6e

Choose a tag to compare

Fixed

  • #187 Logs being displayed in incorrect order and with identical timestamps.

Release v5.2.1

27 Aug 15:00
cc475cb

Choose a tag to compare

Fixed

  • #184 Test run failures in case of string static annotations and skipping reasons used.

Release v5.2.0

22 Aug 14:08
5293cc3

Choose a tag to compare

Added

  • Semantic names for test artefacts based on the test names. Resolves #173.

Changed

  • Use Playwright's testInfo.annotations for 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-javascript bumped to version 5.4.1.

Security

  • Updated versions of vulnerable packages (axios).

Release v5.1.11

23 Sep 12:58
01e6c5c

Choose a tag to compare

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.