Preview: next-test.d.ts
Size: 344 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/cli/next-test.d.ts
export interface NextTestOptions {
testRunner?: string;
}
export declare const SUPPORTED_TEST_RUNNERS_LIST: readonly ["playwright"];
export type SupportedTestRunners = (typeof SUPPORTED_TEST_RUNNERS_LIST)[number];
export declare function nextTest(directory?: string, testRunnerArgs?: string[], options?: NextTestOptions): Promise<unknown>;
Directory Contents
Dirs: 1 × Files: 24