@gatling.io/http
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
10 lines (9 loc) • 396 B
TypeScript
import { FileBasedFeederBuilder } from "@gatling.io/core";
/**
* Bootstrap a feeder that reads from a sitemap XML file
*
* @param filePath - the path of the file, either relative to the root of the classpath, or absolute, expressed as a
* Gatling Expression Language String
* @returns the next DSL step
*/
export declare const sitemap: (filePath: string) => FileBasedFeederBuilder<string>;