Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

344
Vistas
Attach screen video on allure-playwright-reporter

Is there a way to have screen recording of each test in allure-playwright-reporter. I am able to capture screenshots for each test but also wish to have screen recordings on dashboard. What can be done to achieve this?

This is my playwright.config.js, just for reference

/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
    use : {
        launchOptions: {
            devtools: false
        },
        contextOptions:{
            recordVideo: {
                dir: "../test-results/videos/"
            }
        },
        testDir: './tests',
        headless: false,
        viewport: { width: 1280, height: 900 },
        channel: "chrome",
        screenshot: "on",
        video: "on",
        trace: "on"
    },
    testMatch: /traderTest.js/,
    retries: 0,
    reporter: [["list"], ["json", { outputFile: "test-results.json"}] ,['experimental-allure-playwright']]
};
module.exports = config;

This is how the dashboard looks like enter image description here

As you can see under test body, I have trace and screenshot but I also need screen recording.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You should ask this here https://github.com/microsoft/playwright/issues. I think, they usually respond on that platform.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda