UNPKG

@gatling.io/cli

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

7 lines (6 loc) 208 B
export interface SimulationFile { path: string; name: string; type: "javascript" | "typescript"; } export declare const findSimulations: (sourcesFolder: string) => Promise<Array<SimulationFile>>;