1.0.7 • Published 1 year ago

artillery-plugin-json-include v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

artillery-plugin-json-include

This is a small artillery.io plugin that allow to load json from files during tests

The custom instruction is "!include($fileName)" in json field

config:
  plugins:
    json-include: {}
scenarios:
  - flow:
      - post:
          url: "/route"
          json: "!include(relativePath.json)"

Source code

https://github.com/allonzy/artillery-plugin-json-include

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago