K6 Browser | Unable to Type within Stripe Iframe
Hi Grafana Community, I’m using the K6 browser module to automate a flow that involves interacting with a Stripe payment iframe. The test script works fine up to the point of locating the iframe....
View ArticleNumber of requests sent by K6 as per the test seems to be dropping in between...
Setup: I am currently running my k6 test in a container(4 cpu, 16Gig mem) which I ran by building the xk6 image using the Dockerfile mentioned xk6-output-influxdb/Dockerfile at main ·...
View ArticleUpload large files to an Azure Container via K6
I am writing a perf test that uploads large xmls to azure blob containers. I am a having an issue in that uploading one file can take up to 20mins - a 50mb XML. I have checked and there is no network...
View ArticleMismatch on http_req_failed... count on prometheus
Hi Team, I’m using k6 with Prometheus. And recently i noticed Grafana stars to show multiple records (20 records) for a single failure. When i try to troubleshoot, looks like the single failures...
View ArticleMissing Data Points otel->datadog
Does anyone encountered an issue with metric submission throw otel to datadog? In a very low load, about 5 users, I encountered datapoints drop. This is my confuguration: otel config receivers:...
View ArticleK6 operator: no matches for kind "K6" in version "k6.io/v1alpha1"
The K6 operator is complaining about no matches for kind "K6" in version "k6.io/v1alpha1" so the K6 operator restarts again and again. Yesterday (Jan 23) I did the git clone: so the K6 Operator is up...
View ArticleAsynchronous Methods Within K6 Load Tests
Hello I am using k6 with webpack so that I could have the ability to import external npm package dependencies to help with generating the required test data that I need in order to setup my load...
View ArticleGetting certificate issue on running the xk6 via docker compose with influxdb...
Hello All, I am trying to run k6 load tests tests using xk6 plugin. I have following configuration: ./k6 version k6 v0.46.0 ((devel), go1.23.5, darwin/arm64) Extensions: github.com/ydarias/xk6-nats...
View ArticleReporting tool limit
Dears, i need to generate a new report but the system tells me that i reached the limit which is 1000 is their a way to reset the limit or any other actions ? best regards, 2 posts - 2 participants...
View ArticleWeb crawler API for k6
xk6-crawler v0.1.0 (the first public release) is here ! Web crawler API for k6 A programmable web crawler, which enables testing of web sites in Grafana k6 using the visitor pattern. The JavaScript...
View ArticleI want to customize K6 Webui dashboard
I want to customize K6 Webui builtin dashboard, like want to add it in start and end time of the script on different sections and custom tab like Overview/Timings for my custom metrics better...
View ArticleGoError: browser not found in registry. make sure to set browser type option...
import { browser } from ‘k6/browser’; export const options = { scenarios: { ui: { executor: ‘constant-vus’, vus: 3, duration: ‘3m’, exec: ‘webpagetest’, // Specify which function to run options: {...
View ArticleK6 support for distributed runs
Hello everyone, we are looking for a replacement of currently used load running framework and we are evaluating K6 and Locust. If you are interested in more details see the following discussion. I...
View ArticleK6 operator not progressing stages for new jobs
Hey all. We’ve been using K6 on kubernetes for a little over 2 years and now I’m stumped. We are able to successfully use helm to create the k6 custom resource but it seems like the operator is...
View ArticleIs Open Source Synthetic Monitoring available in Grafana
I have requirement on Synthetic monitoring using Grafana. I found in many forums that it is available in Grafana cloud(paid) with combination of synthetic monitoring ,promotheous and loki datasources....
View ArticleHow to add custom metrics to JUnit output
Hello, i want to format result of my performance test as JUnit output. I found that k6 is able to make custom file format in handleSummary function. I tried it in my script and it generated output...
View ArticleK6 studio not working on Macbook - Intel CPU
While I’m trying to launch k6 studio on Intel based Macbook, we are facing an error. I have tried version 0.12 and 0.11 both but still facing the same issue. 2 posts - 2 participants Read full topic
View ArticleUnable to use k6/browser in version 0.55.1 as suggested by previous releases
Hi, My K6 version 0.55 and the below script is working fine. import {browser} from ‘k6/experimental/browser’; import {sleep} from ‘k6’; export const options = { scenarios: { perftest: { executor:...
View Article--local-execution fails to send data to cloud. I get a timeout and the test...
Hi, I am trying to run my k6 script locally however send all the data to my free grafana cloud account. Unfortunately when i run my script i get the below error. What also happens is that when i look...
View ArticleHow to send X-Forwarded-For Header with different IPv6 address based on...
How to send X-Forwarded-For Header with different IPv6 address based on Client Local IPv6 Range using K6 Tool For Example: If I have Local IPv6 Range say “fc00:172:22:0:5000::1-fc00:172:22:0:5000::14”...
View Article