You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).