@ethronpi/artillery
v0.2.1
Published
A plugin for using Artillery in EthronLabs.
Downloads
4
Readme
@ethronpi/artillery
Developed in Dogma, compiled to JavaScript.
Engineered in Valencia, Spain, EU by EthronLabs.
Use
plugins:
- plugin: @ethronpi/artillery
run (default task)
[artillery, script.yaml, -c config.yaml, -k, -e env, -o output.json, variables]
script.yaml
(string, required). The script file to run.-c
(string). Configuration file.-k
(boolean). Allow insecure TLS connections, e.g. with a self-signed cert.-e
(string). The environment name to use.-o
(string). File to write stats.variables
(object). Variables to define.
Example:
[artillery, artillery.yaml, -e preprod, -o artillery.json]
report
[artillery.report, file.json, -o file.html]
file.json
(string, required), the JSON file generated byrun
.-o
(string), the HTML file to generate.