-
Notifications
You must be signed in to change notification settings - Fork 209
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]: Traceviewer not reporting all actions #1617
Comments
would it be possible to provide a reproduction which we can run locally? Ideally a single file, e.g. starting from here. |
|
Hi @mxschmitt, I have provided a single file, and I'm able to reproduce the issue. Please validate from your side using version 1.45.0 |
Thanks, I can reproduce it. |
I can only reproduce it when opening newer trace (1.45.0) with older trace viewer (<=1.44.0). @ShanmukhaGajula do you see the issue with the trace viewer from v1.45.0? |
This is working fine in 1.44.0 and I think this issue is only with 1.45.0 |
I'm seeing this issue with a trace recorded with 1.45 on the current traceviewer at https://trace.playwright.dev |
…ace with old viewer Reference: microsoft/playwright-java#1617
… merge actions (#31780) This PR cherry-picks two trace viewer fixes: cherry-pick(#31768): fix(trace viewer): library-only trace should not merge actions cherry-pick(#31564): fix(trace): do not corrupt test runner actions when no library trace is present Reference: microsoft/playwright-java#1617
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playwright/test](https://playwright.dev) ([source](https://togithub.com/microsoft/playwright)) | devDependencies | patch | [`1.45.2` -> `1.45.3`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.45.2/1.45.3) | --- ### Release Notes <details> <summary>microsoft/playwright (@​playwright/test)</summary> ### [`v1.45.3`](https://togithub.com/microsoft/playwright/releases/tag/v1.45.3) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3) ##### Highlights [https://github.com/microsoft/playwright/issues/31764](https://togithub.com/microsoft/playwright/issues/31764) - \[Bug]: some actions do not appear in the trace file[https://github.com/microsoft/playwright-java/issues/1617](https://togithub.com/microsoft/playwright-java/issues/1617)7 - \[Bug]: Traceviewer not reporting all actions #### Browser Versions - Chromium 127.0.6533.5 - Mozilla Firefox 127.0 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 126 - Microsoft Edge 126 </details> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL3BhdGNoIl19--> Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
Version
1.45.0
Steps to reproduce
Expected behavior
To have all the actions in the Traceviewer
Actual behavior
though script is performing all the actions only recent log of fill, select are being shown in trace viewer
Additional context
No response
Environment
Java version : 21
Browser : chromium
Operating System: Windows 11
Platform: win32
The text was updated successfully, but these errors were encountered: