-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Results of test run in UI Mode disappear after short delay with "Did not run" message #30404
Comments
Oh, looks like @dtokarczyk reported this same issue over in #30339 and @mxschmitt fixed in #30312 🙌 I can confirm that Closing |
I'd like to open this ticket back up since I'm getting this exact error in 9.6.7 |
I have the same issue with Playwright 1.46.0. – Can you reopen this issue @karlhorky or shall we create a new issue? |
Update: I found the reason for this behaviour by running the suit without the |
@TobiasMende I cannot reproduce yet on 1.46.0. Can you first confirm that it is the exact same behavior that is shown in the video? Eg.
Then if you can create a video confirming this for 1.46.0 (eg. with Loom or ScreenToGif (Windows only) or Kap (macOS only)) and post it here (make sure to show the version number and the behavior), then I will reopen. |
@karlhorky sure thing. I have recorded a small video to demo this (in the audio I explain it, as well) GMT20240809-090000_Clip_Playwright.Duplicate.Name.Bug.mp4If you want a minimal example:
The behavior with Playwright UI for me is: After I ran the suite with the duplicate name in it, I get the above behaviour. After that, no other tests can be executed. Hope this helps. :-) |
Nice, thanks for taking the video - it's pretty close to the behavior! It's missing the key points 2. "Results are shown" and 3. "Results disappear after short delay" though - so probably good to open a separate issue for that. |
Ah you are right. Here is the new issue: #32093 |
Duplicate browsers in the config's |
Version
1.43.0
Steps to reproduce
playwright test --ui
)Kapture.2024-04-17.at.20.44.53.mp4
Expected behavior
The test results shouldn't be cleared / disappear
Actual behavior
The test results disappear
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: