Skip to content

Release v5.0.9

Compare
Choose a tag to compare
@DzmitryHumianiuk DzmitryHumianiuk released this 21 Mar 13:34
a49648e

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.