diff --git a/src/types.ts b/src/types.ts index c7558f45..108c10e1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -29,7 +29,7 @@ export interface RunnerConfig { projectPath: string; playwrightOutputFolder: string; // webAssetsDir contains assets compatible with the Sauce Labs web UI. - webAssetsDir?: string; + webAssetsDir: string; suite: Suite; args: Record;