chore: save downloads to outputDir (#310)
This commit is contained in:
parent
23ce973377
commit
a15f0f301b
5 changed files with 54 additions and 3 deletions
|
|
@ -20,10 +20,9 @@ import os from 'os';
|
|||
import path from 'path';
|
||||
import { devices } from 'playwright';
|
||||
|
||||
import { sanitizeForFilePath } from './tools/utils.js';
|
||||
|
||||
import type { Config, ToolCapability } from '../config.js';
|
||||
import type { BrowserContextOptions, LaunchOptions } from 'playwright';
|
||||
import { sanitizeForFilePath } from './tools/utils.js';
|
||||
|
||||
export type CLIOptions = {
|
||||
browser?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue