Skip to main content

Artifacts Detailed View

Clicking any file link in the Artifacts tab Artifacts tab and it opens the Artifacts Detailed View — a full-screen file browser for all generated outputs across every workflow in the run.


Layout

The view has three areas:

AreaDescription
Left sidebarCollapsible tree of all workflows, each listing its generated files
Center viewerRenders the selected file — markdown, code, or PDF
Right panelFeedback controls for .spec.js files (not shown for PDFs and .md)

Use the Back button in the top-left to return to the Insights workflow list.


File Tree (Left Sidebar)

The sidebar groups files by workflow. Expand a workflow to see its artifacts:

  • WF###_<workflow_name>.md — Scenario summary file
  • WF###_<workflow_name>.pdf — Workflow exploration report PDF
  • w##_<workflow_name>_pom.noauth.spec.js — Playwright POM test file

Click any file to load it in the center viewer. The currently selected file is highlighted.


Scenario Summary File (.md)

Selecting the .md file renders the scenario summary as formatted markdown.

Artifacts detailed view showing the .md Scenario Summary file selected, with formatted markdown content in the center viewer and the Feedback panel on the right

The summary includes:

FieldDescription
Workflow ID & TitleIdentifier and human-readable name
GoalWhat the workflow was designed to verify
Feature AreaThe product area the workflow belongs to
Site URL & Site TypeThe URL the agent tested and the type of site
Confidence ScoreThe agent's confidence that the workflow was executed correctly (0–1)
Auth RequiredWhether the workflow required authenticated access
Generated OnTimestamp of when the artifacts were produced
User JourneysNarrative descriptions of each user journey, including business value, user persona, frequency, and complexity
ScenariosThe discovered e2e scenarios the agent executed

Use the Download (↓) or Copy (⧉) buttons in the top-right of the viewer to export the file.


Workflow Exploration Report (.pdf)

Selecting the .pdf file opens an inline PDF viewer.

Artifacts detailed view showing the .pdf Workflow Exploration Report selected, with the PDF cover page visible and page navigation controls at the bottom

The report includes:

  • Cover page with workflow name, website, feature area, goal, generation timestamp, and confidence score
  • Step-by-step breakdown of each action the agent took, with screenshots showing the state of the UI at each step

Use the / pagination controls at the bottom of the viewer to navigate pages. Use the Download button to save the PDF locally.

note

The PDF viewer is read-only. Feedback and improvement options are not available for PDF or .md files.


POM Test File (.spec.js)

Selecting the .spec.js file renders the generated Playwright Page Object Model test in a syntax-highlighted code viewer.

Artifacts detailed view showing the .spec.js Playwright POM test file selected, with syntax-highlighted code in the center viewer and the Feedback panel on the right

The generated test:

  • Imports Page Object classes from the ./pom/ directory
  • Defines a test() block tagged @smoke
  • Executes each workflow step using POM methods that map directly to the agent's discovered actions
  • Is ready to run in CI without modification

Feedback and Improve

The Feedback panel is available only for .spec.js files. It is not shown when viewing .pdf or .md files. Use it to suggest improvements to the generated test:

ControlDescription
Feedback typeDropdown to select the feedback category — Suggestions or Bug Report
Details fieldFree-text area to describe the change or issue
ImproveSubmits the feedback and triggers a regeneration of the file
ResetClears the feedback form without submitting