artilleryio / artillery

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.
https://www.artillery.io
Mozilla Public License 2.0
8.03k stars 510 forks source link

Resource inferring support? #704

Open jkroepke opened 5 years ago

jkroepke commented 5 years ago

Does provide artillery such features like this?

See: https://gatling.io/docs/2.3/http/http_protocol/#resource-inferring

hassy commented 5 years ago

Not out of the box but it can be done fairly easily with custom JS / custom plugin.

Most of the time static assets (js, css etc) are served by a CDN rather than an app/service, which makes loading them unnecessary when testing a backend.

jkroepke commented 5 years ago

served by a CDN

Applications like keycloak serve static assets via application server (JBoss/Wildfly). I think it not good to ignore that completely.