⚠️ This repository is stale and no longer actively maintained. It is left available as-is for anyone who still finds it useful, but issues and pull requests are unlikely to be addressed. If you'd like to take over ownership and maintain it going forward, you're very welcome — please open an issue to get in touch.
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)"