Advanced Run Options
Select specific tests, run with multiple personalities, and repeat tests to detect flaky behavior.
Advanced Scenario RunningOpening the advanced dialog
The basic run dialog lets you pick an agent and personality. The advanced dialog gives you more control.
- On the scenario detail page, click Run scenario.
- In the bottom-left of the dialog, click Advanced.
- The dialog expands to show test selection, multi-personality, and repetition options.

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
- Run a Test - the basic run workflow.
- Personalities - create custom communication styles for the AI tester.