UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

3 lines (2 loc) 176 B
export declare type ConnectionString = string; export declare const getConnectionString: (outputFolder: string, url: URL, testName?: string | undefined) => ConnectionString;