mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
This commit is contained in:
@@ -8,12 +8,13 @@ import type { Protocol } from 'playwright-core/types/protocol';
|
||||
import { dirname, join } from 'path';
|
||||
import { promises } from 'fs';
|
||||
import { IWindowDriver } from './driver';
|
||||
import { PageFunction } from 'playwright-core/types/structs';
|
||||
import { measureAndLog } from './logger';
|
||||
import { LaunchOptions } from './code';
|
||||
import { teardown } from './processes';
|
||||
import { ChildProcess } from 'child_process';
|
||||
|
||||
type PageFunction<Arg, T> = (arg: Arg) => T | Promise<T>;
|
||||
|
||||
export class PlaywrightDriver {
|
||||
|
||||
private static traceCounter = 1;
|
||||
|
||||
@@ -12,7 +12,12 @@
|
||||
"lib": [
|
||||
"esnext", // for #201187
|
||||
"dom"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"playwright-core/types/protocol": [
|
||||
"../../node_modules/playwright-core/types/protocol.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user