mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
11 lines
302 B
Markdown
11 lines
302 B
Markdown
---
|
|
title: browser.testerHtmlPath | Config
|
|
outline: deep
|
|
---
|
|
|
|
# browser.testerHtmlPath
|
|
|
|
- **Type:** `string`
|
|
|
|
A path to the HTML entry point. Can be relative to the root of the project. This file will be processed with [`transformIndexHtml`](https://vite.dev/guide/api-plugin#transformindexhtml) hook.
|