UiPath Documentation
test-manager
latest
false
Test Manager ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Playwright test automation

Playwright automations as a Test Manager automation type alongside Studio-authored automations, without rewriting existing test suites in Studio.

注:

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

Test Manager can execute test cases backed by Playwright automations, in addition to Studio-authored (Robot) automations. Teams that already write end-to-end tests in Playwright can bring those tests into Test Manager for orchestration, scheduling, reporting, and traceability, without rewriting them in Studio.

How Playwright automations work end to end

A Playwright test project lives in its own source control system, outside UiPath. From there, the automation reaches Test Manager through the following flow:

  1. The project is packaged into a UiPath automation package using the tm pack command of the UiPath Command Line Interface (CLI), then published to Orchestrator's Global Tenant-Wide Package Feed or a Folder-Level Dedicated Feed. For the packaging steps, see Packaging Playwright projects for Test Manager.
  2. The published package becomes selectable in Test Manager the same way a Studio-published automation is, through the Selecting automation flow.
  3. If the package was built with a Test Manager project key, matching test cases are auto-created and the Playwright automation is auto-linked to each one once Test Manager ingests the package. Otherwise, the test case is created separately and the automation is linked manually, using the same flow used for Studio automations.
  4. From that point on, the test case behaves like any other automated test case in Test Manager: it can be placed into test sets, triggered on demand or on a schedule, and its results, artifacts, and traceability links appear alongside every other test case.

What Test Manager captures from your Playwright project

Test Manager fieldComes from Playwright
Name & DescriptionTest title only. Package metadata carries no description field, so Description isn't populated.
ラベル@tag / annotation values (for example, resilience, observability), copied onto the test case as labels for filtering and test set scoping.
Project / spec fileThe Playwright project (from playwright.config.ts) and spec file the test belongs to, captured as metadata. One test case is created per test — there is no fan-out per project.
Source (Select Automation tab)A Source value of Playwright or UiPath, shown in the Select Automation picker.
注:

Name & Description, Labels, and Project/spec file are all implemented as auto-generated system labels on the test case. Only Source is a separate field, shown as its own column in the Select Automation picker rather than as a label.

用語

  • Automation and test case remain distinct artifact types in Test Manager.
  • An automation, whether Playwright or Studio, is assigned to a test case.
  • A Playwright test is never itself called a test case.

Execution and reporting parity

Once assigned, a Playwright-backed test case is executed, scheduled, and reported on exactly like a Studio-authored one: same triggers, same test set membership rules, same results and traceability views.

既知の制限事項

制限事項意味
Chromium onlyThe execution pod installs only Chromium. A project configured to use Firefox or WebKit can still be selected, but the run does not execute on that browser.
Serverless execution onlyPlaywright tests run only on UiPath serverless infrastructure, with a dedicated pod per run. On-premises or local robot execution isn't supported yet.
Node.js (JavaScript/TypeScript) onlyOnly Node.js-based Playwright projects are supported. playwright-python, playwright-java, and playwright-dotnet projects aren't supported.
Self-contained project requiredEach project must be packaged from a self-contained directory, with dependencies resolvable at the packed root. A mono-repo subfolder works only if it's self-contained.
No assertion-level detailTest Manager doesn't expose Playwright's assertions individually. It relies on Playwright's own per-attempt pass/fail result and configured attachments.
No import of externally run resultsResults from a Playwright suite run outside Test Manager, for example in a customer's own CI, can't be imported.
Single job per executionAll test cases in one Playwright test set execution run within a single Orchestrator job.
No multi-pod shardingThe entire suite runs in one pod per execution. Playwright's own worker parallelism applies as configured, but distributed sharding across pods isn't available yet.
No per-fixture reportingPlaywright fixtures (test.extend()) run normally, but Test Manager doesn't model them with test case-level or per-fixture reporting.
No self-healingAgentic self-healing isn't available for Playwright automations yet.
No enforced execution orderTest case order follows playwright.config.ts. Enabling Enforce Execution Order, RPA Activity Coverage, or Healing Agent on a Playwright test set fails the execution fast.
Cross-package or cross-version mixing forbiddenMixing test cases from two different Playwright packages, or from the same package at two different versions, in one test set is blocked.
Data-driven test sets run every variationEach variation of a parameterized Playwright test is its own test case. Adding one variation to a test set runs all variations of that test.
No UiPath video recording or live streamingEnabling Video Recording on a Playwright test set has no effect, and the Recording tab and live-stream action show no data. Playwright's own video capture (use: { video } in playwright.config.ts) is unaffected — those .webm files are still attached as artifacts.

ライセンス

Running a Playwright test through Test Manager consumes the same platform capacity as any other serverless test execution, at the underlying robot-execution level — there's no different consumption rate for Playwright versus native UiPath test automations. For details, see Unified Pricing: Licensing Test Manager.

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得