@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
14 lines • 487 B
TypeScript
import type { BrowserCommandContext } from 'vitest/node';
export declare function getProjectName(context: {
project: {
vite: {
config: {
test?: {
name?: string | undefined;
};
};
};
};
}): string | undefined;
export declare function getBrowserInstanceProjectName(context: BrowserCommandContext): import("vitest/node").ResolvedConfig;
//# sourceMappingURL=browser_command_context.d.ts.map