Skip to content
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] UI Mode execution time computation not displayed for test scopes: files, folders, specs etc #27721

Closed
jaktestowac opened this issue Oct 20, 2023 · 4 comments
Labels
feature-ui-mode open-to-a-pull-request The feature request looks good, we are open to reviewing a PR

Comments

@jaktestowac
Copy link
Contributor

In UI Mode I cannot find summary of test time execution for spec or folder (only for individual test).
In PW VSCode Plugin this is available.

This feature is very helpful for comparing speed of different test suites and finding those what are slowest.

System info

  • Playwright Version: [v1.39]
  • Other info: UI Mode

In Playwright Test VSCode Extension

I can see execution time displayed for any level
obraz

In UI Mode this information is missing

obraz

@mxschmitt
Copy link
Member

This is working as expected as of today, I'll mark it as a feature request for UI Mode.

@dgozman dgozman added open-to-a-pull-request The feature request looks good, we are open to reviewing a PR and removed P3-collecting-feedback labels Apr 5, 2024
@sanghunlee-711
Copy link

@mxschmitt Can i make progress and make Pull Request about this feature if there is no plan to do this?

@mxschmitt
Copy link
Member

sure, its open to a pull request!

@dgozman
Copy link
Contributor

dgozman commented Mar 23, 2025

After some discussion with the team, we decided to not implement this. It will be unclear what time to show when tests are running in parallel. I can see how you can end up with "20 seconds" total time for a test run that took just 2 seconds on 10 parallel workers. Thank you for filing!

@dgozman dgozman closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-ui-mode open-to-a-pull-request The feature request looks good, we are open to reviewing a PR
Projects
None yet
4 participants