test-manager
latest
false
Test Manager ガイド
- スタート アップ ガイド
- プロジェクト管理
- ドキュメント
- 変更影響分析を使用する
- Test Cloud のアクセシビリティ テスト
- テスト結果を分析する
- Playwright test result states
- テスト ケースの結果を削除する
- 不具合の同期
- プロジェクトの運用とユーティリティ
- Test Manager の設定
- ALM ツールとの連携
- API 連携
- テスト用エージェントのコードを作成する
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Result and status values shown for a Playwright test execution in Test Manager, including the Attempts drill-down.
注:
This capability is in controlled availability, delivered only to eligible tenants. It is available in Test Manager when delivered through Test Cloud.
| ステート | 意味 |
|---|---|
| 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. |
| 結果なし | 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…". |
| キャンセル済み | 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.