artillery-plugin-save-stats

save artillery stats to file as a newline delimited JSON

Usage no npm install needed!

<script type="module">
  import artilleryPluginSaveStats from 'https://cdn.skypack.dev/artillery-plugin-save-stats';
</script>

README

Artillery.io Save Stats Plugin

Save artillery stats to file as a newline delimited JSON

Usage

Installation

# If Artillery is installed globally, the plugin needs to be installed globally as well:

npm install [-g] artillery-plugin-save-stats

Example configuration

config:
  plugins:
    save-stats:
      destination: 'path/to/file'
      append: true # append to an existing file