fix(trace): operate trace uri, not path#38566
Conversation
This comment has been minimized.
This comment has been minimized.
packages/playwright-core/src/server/trace/viewer/traceViewer.ts
Outdated
Show resolved
Hide resolved
|
@cpAdm do you want to review this one? We used to pass absolute file path into traceURL and I replaced it with the uri that contains path + timestamp. |
This comment has been minimized.
This comment has been minimized.
6cad8b0 to
72f27a4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| @@ -65,14 +65,14 @@ export const TraceView: React.FC<{ | |||
|
|
|||
| const traceLocation = [ | |||
There was a problem hiding this comment.
Fetching this resource always fails
There was a problem hiding this comment.
What do you mean? No live traces tests would pass if this failed.
Test results for "tests 1"2 failed 1 flaky34366 passed, 692 skipped Merge workflow run. |
Test results for "MCP"5 failed 2709 passed, 116 skipped Merge workflow run. |
Fixes #38551