You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playwright E2E: stamp running test name into window title
beforeEach sets the main window's OS title to `<base> (Running: <test>)`
and afterEach appends `(FINISHED)`, so the dock / Cmd-Tab / Linux title
bar tells you which spec is in flight without tailing the log. Base title
is captured once per worker so suffixes don't accumulate across tests.
Uses the standard `plugin:window|set_title` Tauri command; permissions
are added only to the feature-gated `playwright.json` capability that
`build.rs` generates when `playwright-e2e` is on, so release builds are
unaffected.
0 commit comments