Voxli Voxli

Advanced Run Options

Select specific tests, run with multiple personalities, and repeat tests to detect flaky behavior.

Advanced Scenario Running

Opening the advanced dialog

The basic run dialog lets you pick an agent and personality. The advanced dialog gives you more control.

  1. On the scenario detail page, click Run scenario.
  2. In the bottom-left of the dialog, click Advanced.
  3. The dialog expands to show test selection, multi-personality, and repetition options.
The advanced run dialog showing test checkboxes, personality chips, and repetition input

Test selection

By default, all enabled tests in the scenario are selected. Use the checkboxes to pick specific tests.

This is useful when you only want to re-run a few failing tests instead of the entire scenario.

Multiple personalities

In advanced mode, you can select more than one personality. Each selected personality creates a separate execution of each test.

For example, if you select 3 tests and 2 personalities, Voxli runs 6 test executions - every test with every personality.

To create custom personalities, see Personalities.

Repetitions

Set a repetition count between 1 and 10. Each test runs multiple times to help you detect inconsistent behavior.

A test that passes 3 out of 3 times is more reliable than one that passes 2 out of 3. Repetitions are the fastest way to catch flaky tests.

Understanding the total count

The run button shows the total number of test executions:

Total = selected tests x selected personalities x repetitions

For example: 3 tests x 2 personalities x 3 repetitions = 18 test executions.

What’s next

Running Tests

Personalities