- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Configuring test cases for execution
- Automating test cases in Studio Web
- How Playwright artifact capture works
- Packaging Playwright projects for Test Manager
- Configuring artifact capture for Playwright tests
- 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
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Coding Agents for Testing
- Troubleshooting
Enable screenshots, videos, or traces on Playwright test results in Test Manager by updating your project's playwright.config.ts.
This capability is in controlled availability, delivered only to eligible tenants. It is available in Test Manager only when delivered through Test Cloud.
Get screenshots, videos, or traces to appear on your Playwright test results in Test Manager, if they aren't showing up by default. For why this configuration lives in your project rather than in Test Manager, see How Playwright artifact capture works.
Prerequisites
- A Playwright automation already selected for a test case. See Selecting automation.
- At least one execution already attempted.
Steps
-
Open the project's
playwright.config.ts. -
Add or update the
use:block to enable the artifact type you want, for example:use: { trace: 'on' }use: { trace: 'on' }Replace
tracewithscreenshotorvideoas needed. -
Repackage the project. See Packaging Playwright projects for Test Manager.
-
Republish the package to Orchestrator.
-
Run the test again.
Result
The next execution includes the newly enabled artifact type, visible on the execution's Attempts and Trace tabs.