Skip to main content

πŸ“¦ Artifacts

Each time you execute a workflow in Nota AI, it generates artifacts that capture what happened during the test.
These artifacts help developers and QA teams debug, analyze, and share results more effectively.
You’ll get:
  • Test case code β€” the generated automation script
  • Task breakdown β€” a step-by-step view of what happened
  • Video and GIF recordings β€” to visually verify test execution
  • Downloadable trace archive (trace.zip)
These artifacts help developers and QA teams debug, analyze, and share test results more effectively.
The left sidebar on the Artifacts Overview page provides powerful organizational tools:
  • Group by Workflow
    Organize artifacts based on the workflow they belong to, making it easier to analyze test runs by functionality or module.
  • Group by Date
    View artifacts chronologically to track execution history and identify recent changes or regressions.
  • Filters
    Apply filters to narrow down artifacts by various criteria such as:
    • Workflow name
    • Status (e.g., Passed, Failed)
    • Coverage created by
    • Sort by date
This sidebar ensures that developers and QA engineers can quickly find the data they need, speeding up debugging and analysis.
πŸ’‘ Tip: Combining filters with grouping lets you drill down into specific workflows during a given timeframe or isolate failed test cases.

πŸ“Έ Sidebar UI Example

Sidebar Overview

πŸ§‘β€πŸ’» Code

Each executed workflow produces test case codeβ€”a representation of all the steps performed during automation. Artifact: test case code You can copy, download, modify, or reuse this code across your own automation suite.

βœ… Task Breakdown

The Task tab shows a step-by-step breakdown of the workflow as executed. Artifact: task breakdown This helps you:
  • Understand how the AI interpreted your prompt
  • Pinpoint failures or unexpected behavior
⚠️ Inline Error Display See exactly where and why the agent encountered errors β€” inline and in context.
  • Errors are displayed within the interaction trace, so you can debug faster.
Artifact: inline error

πŸŽ₯ Video Playback

Nota records a video of the full test run for in-depth debugging. Use the video to:
  • Visually confirm test flow
  • Share with your team
  • Spot subtle UI issues

πŸ–Ό GIF Summary

For quick review or sharing, Nota also generates a compressed GIF of the test run. Artifact: test summary gif Perfect for:
  • Pull request comments
  • Slack/issue sharing
  • Quick team updates

πŸ—‚ Trace File (trace.zip)

With every test you run, Nota AI gives you a full trace of executionβ€”from raw test code to visual artifactsβ€”so you can debug faster, share insights easily, and continuously improve your workflows. πŸš€ Artifact: trace zip This archive includes:
  • Browser trace logs
  • Screenshot snapshots (if applicable)
  • Raw execution data
Use this when:
  • You need a deeper debugging view
  • Sharing detailed logs with teammates
  • Integrating into CI/CD pipelines