Type alias TestArgs

TestArgs: {
    browser: Browser;
    browserName: string;
    context: BrowserContext;
    page: Page;
    request: APIRequestContext;
}

Type declaration

Generated using TypeDoc