chore: mark v0.0.48 (#1218)

This commit is contained in:
Pavel Feldman
2025-11-21 14:34:32 -08:00
committed by GitHub
parent 3f7e2d1b45
commit 64f65ccd10
8 changed files with 46 additions and 26 deletions

5
config.d.ts vendored
View File

@@ -69,6 +69,11 @@ export type Config = {
*/
remoteEndpoint?: string;
/**
* Paths to TypeScript files to add as initialization scripts for Playwright page.
*/
initPage?: string[];
/**
* Paths to JavaScript files to add as initialization scripts.
* The scripts will be evaluated in every page before any of the page's scripts.