Skip to content

[Bug]: Since 1.58, UI mode is very unstable. E2E tests lag until the whole execution is done, etc...[/-] #39058

@samixchoumi

Description

@samixchoumi

Version

1.58.0

Steps to reproduce

Seem to happen on every API/E2E projects (I use chrome and chromium).
When I execute a test, I now need to wait for the full execution if I want to be able to check some issue of a previous failing test.

Command to execute to launch UI mode : npx playwright test --ui
When it's opened, execute multiple test (like 10 tests in a row using 1 worker to better understand the issue), when the first one is done, try access request from this finished test, impossible, you're always kicked out.
Same if you want to follow the test execution of the current test. It's very laggy.

Reverting to 1.57.1 fix this wrong behavior, a bit sad as the new UI from 1.58 is really better.

Expected behavior

No laggy behavior when looking at a test execution as it was done on previous version.
Whereas the test execution is running or done.

Actual behavior

Too much lag/unfocus/weird behavior happening.
Belowis the video using 1.58.0 version. Take a look at my mouse moving normally while the UI don't work at all or is very very slow compared to 1.57 usage.

Playwright-slow-2026-01-30.a.16.54.04.zip

You can see that when the execution is done, then it works properly as before.

Additional context

More information from someone else that had the issue can be seen here : #39050 (comment)
Thanks @veykos for your comment, I think it's better to redirect it on this new topic.

Environment

System:
    OS: macOS 26.2
    CPU: (8) arm64 Apple M1 Pro
    Memory: 80.19 MB / 16.00 GB
  Binaries:
    Node: 22.14.0 - /opt/homebrew/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 11.7.0 - /opt/homebrew/bin/npm
    pnpm: 8.10.3 - /usr/local/bin/pnpm
  IDEs:
    VSCode: 1.106.3 - /opt/homebrew/bin/code
  Languages:
    Bash: 3.2.57 - /bin/bash
  npmPackages:
    @playwright/test: ^1.58.0 => 1.58.0 
    playwright-bdd: ^8.4.2 => 8.4.2 
    playwright-slack-report: ^1.1.100 => 1.1.100

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions