Live View
The Live view displays the status of all test runs that are currently setting up, running, doing clean-up or waiting in the queue.

Initialized Runs
Runs with an initialized status are in the preparation phase. During this stage, the system downloads and installs your game build, launches your game, and establishes a connection to the AI Agent. Once this process completes successfully, the run transitions to the Active Runs section.
For local runs, you can click the [
copy url ] button to obtain the connection string. You’ll need to enter this string in your local console window to establish the connection between the AI Agent and your game.
Active Runs
Here you can see all currently ongoing runs. You can spectate and interact with the AI Agent in real-time. Click the ‘watch live’ button to enter a live-streamed view of the agent.
- [ ]: Kill/Stop this test run.
- [ recording ]: Watch the recording of an ongoing run.
- [ details ]: Shows you additional information about this run.
- [ watch live ]: Spectate and interact with the agent in real-time.
Queue
You have a limited number of parallel AI Agents available. If all AI Agents are already running tests, any additional scheduled tests are placed in the queue. You can view the Queue by clicking on the scheduled runs tab on the side of the screen.
Watch Live
When you click the “watch live” button from an active run, you’ll enter a real-time view where you can observe the AI Agent as it executes your test case. This live stream shows exactly what the agent sees and does in your game environment.

Live Chat
The Live Chat allows you to send instructions to the AI Agent during test execution. As a supervisor, you can guide the agent’s behavior by typing messages in the LIVE_CHAT box in the bottom right corner.
Example messages:
- Click the Hamburger menu at the top right.
- Select ‘play as guest’
- Run the following cheat command: run_cheat(arg1=‘win_game’)
Live Chat is useful for debugging test scenarios or providing real-time guidance when the agent encounters unexpected situations.