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.
By default, we will start setting a req.name equal to the non-templated url. This solves the issue with reports getting too big when users don't set req.name, which is particularly relevant in Cloud Dashboard, where it becomes unreadable. It will now look like this:
Users can opt-out of this behaviour by setting groupDynamicURLs: false in their config.
Description
By default, we will start setting a
req.name
equal to the non-templated url. This solves the issue with reports getting too big when users don't setreq.name
, which is particularly relevant in Cloud Dashboard, where it becomes unreadable. It will now look like this:Users can opt-out of this behaviour by setting
groupDynamicURLs: false
in their config.Pre-merge checklist