Skip to content

node wrapper around the gatling binaries. Sets the correct working directory for gatling to run and invokes the gatling.bat file with all of the passed arguments.

Notifications You must be signed in to change notification settings

nib-health-funds/node-gatling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nib/node-gatling

node wrapper around the gatling binaries.

Sets the correct working directory for gatling to run and invokes the gatling.bat file with all of the passed parameters.

Usage

Simply install node-gatling and call gatling as you would when using the original gatling binaries.

Install

  npm i @nib/node-gatling --save

Run

  gatling -s SimulationName -rf ~/results/ 

Note: '~' is replaced with the current working directory.

This helps us achieve relative file paths when running gatling from project directories.


See the gatling docs for a list of all the command line arguments.

About

node wrapper around the gatling binaries. Sets the correct working directory for gatling to run and invokes the gatling.bat file with all of the passed arguments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published