Skip to main content

Overview

When you trigger testsprite_generate_code_and_execute, TestSprite automatically opens a live progress dashboard where you can monitor your entire test suite as it runs.
generate and execute code

Watch your test cases execute with live status updates. Each test displays its current state—whether it’s still running, has passed, or encountered an issue.
modification progress

Test Detail View

Click on any test case to dive into its detailed execution results.

Execution Recording

Every test run is recorded, giving you a complete video playback of exactly what happened during execution.
modification video

Test Results at a Glance

Get a quick summary of each test’s outcome, including pass/fail status, error details, and timing information.
modification video 1
The Test Result section shows you:
DetailDescription
Pass/Fail StatusClear visual indicators
Error MessagesDetailed messages when tests fail

Step-by-Step Breakdown

Drill into each test to see every action it performed, from navigation and input to assertions, so you can pinpoint exactly where things went right or wrong.
modification actions
Each test displays its individual steps with the corresponding action type:
ActionDescription
NavigateURL navigation actions
InputForm field entries
ClickButton and link interactions
ScrollPage scrolling actions
AssertVerification checkpoints

Review Past Test Runs Anytime

Use the testsprite_open_test_result_dashboard tool to reopen the progress dashboard at any time. Simply prompt:
terminal generate
open test result dashboard of testsprite cases
This brings back the full dashboard view where you can:
  • Browse all your historical test suites
  • Review execution recordings from previous runs
  • Make modifications to any existing test case
  • Re-run updated tests with your changes