How to use JUNIT for reporting in my K6 Script
I want to use junit for my test case. I have configured junit for my test. Please go through the code import http from "k6/http"; import { check, sleep, group } from "k6"; import { Trend } from...
View ArticleK6 Build chaijs with OpenApi validator
Hi! Im trying to build mi own version o k6ChaiJs with one of these open api validators chai-openapi-response-validator api-contract-validator But it was imposible to make it run correctly the build. I...
View ArticleCloud HTTP Proxy support
We’re trying to use the HTTP Proxy feature mentioned here: https://k6.io/blog/k6-load-testing-debugging-using-a-web-proxy/ But it appears the proxy is used only when running it locally and not from...
View ArticleCosmos exporter Grafana integration support
Hi, I am using Cosmos DB for PostgreSQL and want to export the cosmos metrics via grafana agent. In the integrations_config | Grafana Agent documentation there is nothing related to Cosmos. Does...
View ArticleNo content prop was provided to Tooltip
Hi, Could anyone explain what does this WARN message mean from k6 browser module? Is there a way to disable it? WARN[0013] No content prop was provided to Tooltip. browser_source=console-api...
View ArticleSet proxy on K6 Browser Automation
Hi Team, To automate the user flow, I need to send the browser traffic through a dedicated proxy then only i can access it. While manual test we pointed our browsers to dedicated proxy then only the...
View ArticleI see a difference in the web vitals reported through K6 script and the one...
I am running the following script and the numbers seem to vary significantly from Google’s pagespeed reports. I am not sure at this point if this has something to do with the k6 framework or the...
View ArticleKerberos Authentication in k6 Script
I have an issue related to Kerberos authentication in a k6 script. Below is a detailed account of the steps I have taken, the environment setup, and the issues encountered. Environment Details k6...
View ArticleRunning a set of tests with k6 cloud
Hi, Is there really no way to run multiple tests with k6 cloud. The only ways I see, are: Schedule tests to start one after another (seems like a very low tech solution, and a pain to maintain, if...
View ArticleRemoving or reducing metrics in k6
I am doing some load tests and running out of memory. I suspect that metrics is the problem, as the memory usage slowly rises and I get tons of warnings saying the test is generating to many metrics....
View ArticleK6 browser test in Github actions using self hosted runner
Hello Grafana k6 community, I am trying to run a k6 browser script in Github actions usining a self hosted runner (a fedora pod on openshift platform) but with out success. Has anyone tried doing the...
View ArticleGrafana agent integrations have multiple pod and they keep on terminating...
In Grafana agent integration deployment, even though a pod is running, it tries to create another pod that starts with container creation and then terminates. It keeps happening repeatedly and after...
View ArticleFile Upload from a drap and drop
Hello, I am trying to do a very simple script, for a website, to fill a form that has upload file. but I am having this file and I add screenshot step after every line, and the screenshot after the...
View ArticleUnable to run k6 browser script
I am trying to run k6 script. First getting an error as GoError: To run browser tests set env var K6_BROWSER_ENABLED=true To resolve the above issue I try to run the script using $Env:...
View ArticleHow to handle a scenario in k6 to open an order which opens in new tab/window
Hi there, From k6 browser script I am trying to open a product which shows the details of the product in new tab/window but unable to handle it from k6 scripting. Need help 1 post - 1 participant Read...
View ArticleHow to link playwright scripts with k6
Need help to link playwright script with k6 for UI performance testing. 2 posts - 2 participants Read full topic
View ArticleK6 Invalid character '
Hi Team, I am trying POC to send k6 logs to grafana cloud and folloling below writeup Grafana Labs Run your first browser tests | Grafana Cloud documentation Use the Grafana k6 browser-testing APIs to...
View ArticleExecuting Cucumber/gherkin tests with K6 directly?
Hey folks, been searching and not coming up with anything positive and found this, so figured I would ask here. My team has some legacy UI automation written using Cucumber (with feature files) on TS...
View ArticleBad request after iteration is finished
Hi there, we are experiencing a weird bug on our project where after every iteration is finished, one request drops with an error > response 0. This is causing a lot of bad requests with bigger...
View ArticleCan't run Browser test
I have another problem with K6 run. I updated K6 to v0.52.0, tracked migration guide and after I run the test, I get this error I cant find any solution what is wrong. 1 post - 1 participant Read full...
View Article