ui-test uses built-in defaults for all commands. Override any default with the corresponding CLI flag.
Run ui-test <command> --help to see all available flags.
For first-run setup and browser provisioning:
ui-test setup| Setting | Default |
|---|---|
baseUrl |
http://127.0.0.1:5173 |
testDir |
e2e |
--headed |
off (headless) |
--timeout <ms> |
10000 |
--delay <ms> |
0 |
--wait-network-idle |
off |
--save-failure-artifacts |
on |
--artifacts-dir <path> |
.ui-test-artifacts |
--browser <name> |
chromium |
--no-start |
off (auto-start enabled) |
Auto-start only applies to e2e/example.yaml.
| Setting | Default |
|---|---|
--output-dir <dir> |
e2e |
--browser <browser> |
chromium |
--improve-mode <mode> |
report |
--no-improve |
off (auto-improve enabled) |
Recorded auto-improve uses a review-first deterministic profile by default:
- mode:
report - assertions:
candidates - assertion source:
deterministic - assertion policy:
reliable
| Setting | Default |
|---|---|
--assertions <mode> |
candidates |
--assertion-source <source> |
snapshot-native |
--assertion-policy <policy> |
balanced |
--apply / --no-apply |
prompt (interactive) |
--in-place |
off (write improved copy) |
--output <path> |
<input>.improved.yaml |