Skip to content

Releases: reportportal/agent-js-playwright

Release v5.1.1

13 Jun 10:27
8a77184
Compare
Choose a tag to compare

Fixed

  • Nested steps and launch finishing when includeTestSteps: true. Addressed #76, #97.

Release v5.1.0

05 Jun 10:07
2be9311
Compare
Choose a tag to compare

Added

  • launchId option to the config to attach run results to an existing launch. Related to parallel execution on one and several machines #86.
  • uploadVideo and uploadTrace options to the config to disable auto-attaching the Playwright's video and trace. Addressed #98.

Changed

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

Release v5.0.11

13 Apr 15:12
1630ad5
Compare
Choose a tag to compare

Fixed

  • Errors in case of Playwright doesn't provide the internal _staticAnnotations property to the TestCases.

Added

  • printsToStdio method implemented. Now the Playwright will provide additional output to the terminal to enhance user experience in case of only @reportportal/agent-js-playwright reporter used.

Release v5.0.10

12 Apr 11:19
15652e1
Compare
Choose a tag to compare

Fixed

  • Issue with suites finishing after run interruption via Playwright globalTimeout.

Release v5.0.9

21 Mar 13:34
a49648e
Compare
Choose a tag to compare

Fixed

  • Issue #79 with duplicating tests with wrong statuses using testInfo.fail().
  • Issue #85 with suites finishing when retrying statically annotated (.fixme() or .skip()) tests. The issue still reproducible in some rare cases, refer Issues troubleshooting for details.

Changed

  • testCase.outcome() used instead of testResult.status to calculate the final status for the test case in RP. Thanks to clouddra.
  • testCase.id used instead of full test path to identify the test case.
  • engines field in package.json. The agent supports the minimal version of Node.js required by @playwright/test (>=14).
  • TypeScript compilation target changed to ES6.
  • Docs Attachments section actualized.
  • @reportportal/client-javascript bumped to version 5.0.8.

Release v5.0.8

28 Sep 07:33
6ca2836
Compare
Choose a tag to compare

Fixed

  • Issue #46 with suites finishing when retrying skipped tests.
  • Issue #69 with wrong logs attaching.

Release v5.0.7

15 Sep 16:00
1e81c62
Compare
Choose a tag to compare

Fixed

  • Suites finishing algorithm bugfixes

Release v5.0.6

13 Sep 17:49
bfdc0b3
Compare
Choose a tag to compare

Fixed

  • #56 and #57
    Error (cannot read property of undefined 'rootSuite').
  • Launch finishing for skipped tests with retries.

Added

  • Ability to switch on/off adding Playwright project names to code reference via config property includePlaywrightProjectNameToCodeReference.

Release v5.0.5

12 Jul 16:27
a08f71c
Compare
Choose a tag to compare

Fixed

  • Error with test steps finishing
  • Test steps nesting structure
  • Launch mode property support

Release v5.0.4

30 May 14:43
3e3ce12
Compare
Choose a tag to compare

Fixed

  • #42 Error when using same filenames
  • Error is related to retries due to which the launch is not finish
  • #45 Agent failed when enabled includeTestSteps