I want to run browser as well as api tests for 500 VU at the same time.
Azure agents timeout with just 50 VU.
What is the recommended approach to handle such high load
Hi, Kmenon!
The K6 team recommends that in a hybrid test (browser and api requests), the main load should be applied to the api and the minimum load through the k6 browser. When using k6 browser, a large amount of resources is consumed.
An example of a hybrid approach: https://grafinia.com/docs/k6/latest/using-k6-browser/recommended-practices/hybrid-approach-to-performance/