Opened 53 minutes ago

Last modified 51 minutes ago

#37306 assigned Cleanup/optimization

Add --tracing and --video options to the Playwright test runner

Reported by: Varun Kasyap Pentamaraju Owned by: Varun Kasyap Pentamaraju
Component: Testing framework Version: dev
Severity: Normal Keywords: Playwright
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Failed Playwright tests are hard to debug, especially on CI.

Inspired by pytest-playwright, we could also add --tracing and --video with three modes: off (default), on, and retain-on-failure. We can keep the retained files as GitHub artifacts, which makes life easier.

Change History (1)

comment:1 by Varun Kasyap Pentamaraju, 51 minutes ago

I'm not sure if these tickets fall in "Testing framework" Component

Note: See TracTickets for help on using tickets.
Back to Top