Skip to content

[Bug]: Since 1.58, Request can't be checked until the whole execution is done #39050

@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 and allow to check request without removing the focus as it was done on previous version.

Actual behavior

Too much lag/unfocus/weird behavior happening.

Additional context

No response

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