Browser UI

A full-featured, zero-build Single Page Application for interactive load testing.

Overview

Overload comes with a beautiful vanilla JS web interface built on top of a FastAPI backend. It allows you to configure, execute, and monitor load tests visually.

To start the UI, simply run:

overload ui

This will start the local server and automatically open http://localhost:3000 in your browser.

Key Features

1. Collection View

The first screen is the Collection View. Here you can:

2. Test Runner View

The Runner View is the control panel for your test. You can:

Live Dashboard

While a test is running, the Runner view shows:

3. Results View

The Results View shows a table of all runs — including previous runs restored from disk on startup. For each complete or stopped run:

4. Docs Tab

The built-in Docs tab provides offline-accessible documentation covering all 10 test patterns, assertion metrics, CSV data testing, authentication, CI/CD integration, and more — all rendered client-side without leaving the app.