Artillery Playground
About
The Artillery Playground (https://play.artillery.io) makes it easy to run Artillery scripts in the browser without needing to install anything.
You can play with the provided examples, write and test your own scripts, and try Artillery's features quickly.
Limitations
There are limitations to the scripts that can be run in the playground. The playground runs a default installation of Artillery in a sandboxed environment with limited resources.
- You can use the following plugins only:
expect
,metrics-by-endpoint
,publish-metrics
, andensure
- The running time of the script is limited to 25 seconds
- Only one virtual user will be created, i.e. defining load phases with
config.phases
is not supported - Custom Javascript code can't be used (e.g. in
beforeRequest
hooks)