2.0.0
This version 2.0 introduces the ability to play scripts from local files on your filesystem.
$ loadster play -f ./my-protocol-script.js
$ loadster play -f ./my-browser-script.js --type=browser
You can also use your local scripts to run load tests on the fly, without creating a scenario first.
$ loadster run --script=./my-protocol-script.js --bots=100 --location="N. America - Virginia"
Full CLI usage instructions are available with the help flag.
$ loadster --help
$ loadster play --help
$ loadster start --help
$ loadster run --help