Enable tracing (#274203)

* Enable tracing

So that we can upload traces instead of just videos.

* feedback
This commit is contained in:
Tyler James Leonhardt
2025-10-30 16:19:54 -07:00
committed by GitHub
parent 144fdf16ca
commit bc5f6481a5
7 changed files with 16 additions and 14 deletions

View File

@@ -260,7 +260,7 @@ export async function getApplication({ recordVideo }: { recordVideo?: boolean }
verbose: opts.verbose,
remote: opts.remote,
web: opts.web,
tracing: opts.tracing,
tracing: true,
headless: opts.headless,
browser: opts.browser,
extraArgs: (opts.electronArgs || '').split(' ').map(arg => arg.trim()).filter(arg => !!arg),