- スタート アップ ガイド
- プロジェクト管理
- ドキュメント
- 変更影響分析を使用する
- テスト ケースを作成する
- テスト ケースを要件に割り当てる
- テスト ケースを複製する
- テスト ケースをエクスポートする
- 実行用のテスト ケースを設定する
- Studio Web でテスト ケースを自動化する
- How Playwright artifact capture works
- Packaging Playwright projects for Test Manager
- Configuring artifact capture for Playwright tests
- Studio のテスト ケースを Test Manager にリンクする
- テスト ケースを削除する
- 手動テスト用のテスト ケース
- Task Capture でテスト ケースを文書化する
- パラメーター
- Playwright test case fields
- フィルターとビューを適用する
- Test Cloud のアクセシビリティ テスト
- プロジェクトの運用とユーティリティ
- Test Manager の設定
- ALM ツールとの連携
- API 連携
- テスト用エージェントのコードを作成する
- トラブルシューティング
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.
前提条件
- A Playwright automation already selected for a test case. See Selecting automation.
- At least one execution already attempted.
手順
-
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.
結果
The next execution includes the newly enabled artifact type, visible on the execution's Attempts and Trace tabs.