Load Testing Signup API with 100 VUs (Only One Request per User)
Use Case: My backend only allows one signup request per unique email ID. If the same email is used again, it returns a 401 Unauthorized error. My company asked me to conduct load testing with 100...
View ArticleK6-operator with Karpenter: Best practices and recommended configurations
Hi everyone, I’m planning to use k6-operator with AWS Karpenter for auto-scaling our load testing infrastructure. Based on some GitHub issues I’ve seen (like the initialization timeout problems), I...
View ArticleUnable to send K6 Metrics to AWS Managed Prometheus
Hi Team, I’m planning to move the Prometheus and Grafana instance to AWS manage service and I used along with SigV4 proxy. When i start sending the metrics to Prometheus getting 403 error....
View ArticlePage.locator() to select an element ID with a colon?
Hi all, Is it possible to use Page.locator() to select an element ID that contains a colon? I’m trying to write tests for an ancient application that uses JSF, which has tons of elements with colons...
View ArticleWhy is the exported csv data in k6 cloud different than local k6?
When exporting the raw data from a load test, a .zip is downloaded containing multiple csv files. The data inside them is already aggregated. For example, these are the columns of the file...
View Article