Releases: reportportal/agent-js-playwright
Releases · reportportal/agent-js-playwright
Release v5.1.1
Release v5.1.0
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
anduploadTrace
options to the config to disable auto-attaching the Playwright's video and trace. Addressed #98.
Changed
@reportportal/client-javascript
bumped to version5.0.11
.
Release v5.0.11
Fixed
- Errors in case of Playwright doesn't provide the internal
_staticAnnotations
property to theTestCase
s.
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
Fixed
- Issue with suites finishing after run interruption via Playwright
globalTimeout
.
Release v5.0.9
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 oftestResult.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 inpackage.json
. The agent supports the minimal version ofNode.js
required by@playwright/test
(>=14).- TypeScript compilation target changed to ES6.
- Docs Attachments section actualized.
@reportportal/client-javascript
bumped to version5.0.8
.
Release v5.0.8
Release v5.0.7
Fixed
- Suites finishing algorithm bugfixes
Release v5.0.6
Release v5.0.5
Fixed
- Error with test steps finishing
- Test steps nesting structure
- Launch mode property support