mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
12 lines
357 B
Markdown
12 lines
357 B
Markdown
---
|
|
title: runner | Config
|
|
outline: deep
|
|
---
|
|
|
|
# runner
|
|
|
|
- **Type**: `VitestRunnerConstructor`
|
|
- **Default**: `node`, when running tests, or `benchmark`, when running benchmarks
|
|
|
|
Path to a custom test runner. This is an advanced feature and should be used with custom library runners. You can read more about it in [the documentation](/api/advanced/runner).
|