Skip to content

2.0.0

Choose a tag to compare

@azhawkes azhawkes released this 04 Jan 00:20
· 2 commits to master since this release
845d048

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