0.2.1 • Published 4 years ago

@ethronpi/artillery v0.2.1

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

@ethronpi/artillery

NPM version Total downloads

Ethron plugin for 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 by run.

  • -o (string), the HTML file to generate.