UiPath Documentation
test-manager
latest
false
Guia do usuário do Test Manager
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Configuring artifact capture for Playwright tests

Enable screenshots, videos, or traces on Playwright test results in Test Manager by updating your project's playwright.config.ts.

Observação:

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.

Pré-requisitos

  • A Playwright automation already selected for a test case. See Selecting automation.
  • At least one execution already attempted.

Etapas

  1. Open the project's playwright.config.ts.

  2. Add or update the use: block to enable the artifact type you want, for example:

    use: { trace: 'on' }
    use: { trace: 'on' }
    

    Replace trace with screenshot or video as needed.

  3. Republish the package to Orchestrator.

  4. Run the test again.

Resultado

The next execution includes the newly enabled artifact type, visible on the execution's Attempts and Trace tabs.

  • Pré-requisitos
  • Etapas
  • Resultado
  • Relacionado

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades