Skip to content

rework working flow with trace view#3216

Open
skuznetsov-al wants to merge 1 commit intomainfrom
rework-trace-view-flow
Open

rework working flow with trace view#3216
skuznetsov-al wants to merge 1 commit intomainfrom
rework-trace-view-flow

Conversation

@skuznetsov-al
Copy link
Contributor

@skuznetsov-al skuznetsov-al commented Jan 22, 2026

Removed the embedded iframe with the Trace Viewer.

Now showing two explicit actions:

  1. Download attachment (trace.zip) — download the trace
  2. Open Playwright Trace Viewer — open the viewer in a new tab

Added a hint: upload the downloaded zip into the Trace Viewer (Drag & Drop).

Context

Checklist

@skuznetsov-al skuznetsov-al added type:improvement Change that improves some user experience but can't be considered as a new feature theme:ui theme:plugins theme:attachments theme:generator and removed theme:ui theme:plugins type:improvement Change that improves some user experience but can't be considered as a new feature theme:attachments labels Jan 23, 2026
@baev baev added type:improvement Change that improves some user experience but can't be considered as a new feature and removed type:improvement Change that improves some user experience but can't be considered as a new feature labels Feb 11, 2026
openBtn.addEventListener("click", () => {
setError("");
if (!traceParam) {
setError("Missing trace URL. The report did not provide ?trace=... parameter.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add some translations here and above to /translations directory using {{t 'path.to.translate'}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:generator type:improvement Change that improves some user experience but can't be considered as a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants