@gatling.io/cli
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
21 lines (20 loc) • 385 B
TypeScript
export declare const versions: {
graalvm: {
jdkTag: string;
jdkVersion: string;
js: string;
};
java: {
compilerRelease: string;
};
gatling: {
core: string;
enterprisePluginCommons: string;
jsAdapter: string;
grpc: string;
mqtt: string;
};
protobuf: {
protoc: string;
};
};