The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
The example will currently check only one page by default unless a config.phases section is added with the number of VUs matching the number of rows. This PR fixes that:
Use loadAll to always load all rows in the CSV file and only run one VU (instead of relying on creating the right number of VUs)
Description
The example will currently check only one page by default unless a
config.phases
section is added with the number of VUs matching the number of rows. This PR fixes that:loadAll
to always load all rows in the CSV file and only run one VU (instead of relying on creating the right number of VUs)Reported in https://github.com/artilleryio/artillery/discussions/3367
Pre-merge checklist
This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.