What happened with test.k6.io?
I am wondering if anyone knows what happened with test.k6.io and why it now redirects to quickpizza.grafana.com? Is this on purpose or just a misconfiguration? Many tutorials, examples, posts in this...
View ArticleK6 spike test scenario
How can I reliably send 100 requests in 1 second using k6 without dropped iterations? Hi everyone, I’m trying to run a k6 test scenario to send exactly 100 requests within 1 second to an endpoint...
View ArticleCan I download a template from and API with K6?
Hi everyone! To be short, I’m testing an API with K6 and JavaScript, where I need to send 2 dates to get a report. Answer: ERRO[0000] GoError: unknown module: k6/x/file Searching on the web, couldn’t...
View ArticleLegacy k6 Test Services Replaced by quickpizza.grafana.com
Last week, we replaced our legacy test services at https://test.k6.io, https://test-api.k6.io, https://httpbin.test.k6.io and https://grpcbin.test.k6.io with a new and improved one:...
View ArticleK6 1.0 Release Overview
Grafana k6 1.0 Overview and Demo: TypeScript, Extensions, More | What's New | Grafana Labs 1 post - 1 participant Read full topic
View ArticleConsole log error when open 2 tabs on k6/browser for more than 6 vus
I’m trying to open 2 tabs in a chromium browser. It works as expected when reach the 6 VUS, after that the console shows the following error message: Note the code souce is available after error...
View ArticleRunning an archive with new tags removes the tags from the archive
Hi, I’m creating an archive with a tag like this k6 archive --tag foo=1 loadtest.js which adds the foo as a label to emitted metrics when I run the archive, as expected. But when I run the archive...
View ArticleRetrieving a Cookie via k6/browser in the setup function to share it with...
I need to retrieve a cookie at the beginning of my test runs using k6/browser (for example, by logging in via browser automation), and then use this cookie for my subsequent HTTP-based performance...
View ArticleGithub run action does not allow env variables in option object?
Hi, It would appear that the githib k6 run action does not allow environment variables to be used in the options object of a test. Here are screenshots of minimal examples of the test.js and...
View ArticleK6 Runner test not starting when Istio injects sidecar
Hello, would appreciate some guidance or advice dealing with this problem that I have. Some context. Currently, I have a web application deployed on a Kubernetes cluster running Istio to manage...
View ArticleWRITE Access on Repo: https://github.com/grafana/k6-operator
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleNot able to use 'frame' option on second browser context
Hi, Ideally, K6 opens a new tab when I click on login button on my application(which doesn’t happen in ideal scenario. However, I user browserContext to handle the new tab and I was able to perform...
View ArticlePlaywright Recording to k6 Script: Is Manual Translation Necessary?
I’m looking into browser-based performance testing and used Playwright to record a user flow. My goal is to use this flow for load testing with k6. However, I’ve found that the Playwright script...
View ArticleK6-operator not returning all browser Web vitals compared to running in...
Hello, I am running browser test via K6-operator and docker. Where, k6-operator’s end result has fewer web vitals compared to running it directly in docker. Following are separate results I have got:...
View Article