UiPath Documentation
test-manager
latest
false
Test Manager user guide

Playwright test result states

Result and status values shown for a Playwright test execution in Test Manager, including the Attempts drill-down.

Note:

This capability is in controlled availability, delivered only to eligible tenants. It is available in Test Manager when delivered through Test Cloud.

StateMeaning
Passed / FailedFinal status of the test after all configured retries.
SkippedThe test was skipped in Playwright (test.skip/test.fixme, or a skip annotation). No Passed/Failed result is recorded; the skip reason appears as the log's informational message.
No resultThe Playwright result artifact did not contain a result for this test case. The log shows the message "The Playwright result artifact did not contain a result for this test case…".
CancelledShown when the test set execution itself is cancelled.
Type = AutomatedAll Playwright executions are flagged Automated.

A test that fails on an earlier attempt but passes on a later retry is recorded as Passed — the failed attempt(s) remain visible in the Attempts tab, and the per-test playwright-result.json attachment records wasFlaky: true.

For the tabs that expose attempt-level detail, see How Playwright artifact capture works.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated