test-manager
latest
false
Test Manager user guide
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Linking test cases in Studio to Test Manager
- Delete test cases
- Manual test cases
- Document test cases with Task Capture
- Parameters
- Playwright test case fields
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- Applying filters and views
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Enabling Healing Agent
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Applying filters and views
- Accessibility testing for Test Cloud
- Analyze test results
- Playwright test result states
- Deleting test case results
- Defect synchronization
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Coding Agents for Testing
- Troubleshooting
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.
| State | Meaning |
|---|---|
| Passed / Failed | Final status of the test after all configured retries. |
| Skipped | The 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 result | The 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…". |
| Cancelled | Shown when the test set execution itself is cancelled. |
| Type = Automated | All 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.