K6 Skip TLS verify not working, Getting error failed to verify certificate: x509
I have been trying skip TLS verify in K6 scripts but getting below error
K6 browser how to debug blank page errors?
K6 makes screenshot with blank page when I’m using code from snippet bellow.
I’m supposing that problem is in self signed certificate, but I cannot confirm it.
The question is how to debug it?
Cannot send k6 metrics to datadog agent
In my Github Actions workflow I am running a k6 script that’s supposed to write metrics to Datadog. However I am getting the error
K6 running out of memory because of metrics during load test
When i run my k6 test for a long period of time I run out of memory. I get warnings telling me that I am accumulating a large amount of metrics, and i believe that to be the problem, as the memory slowly rises over a long period of time. When running the test for 40 min it was using 100GB ram, so i dont think i can simply scale the machine running the test.
Pass Variable from one function to another in load test using K6
New to K6, for benchmarking my http request I am using K6 in my pipeline. Now here is my code which have two section
Carrying on data from a scenario to the next in k6 load test
I have the following scenarios setup for a load test, and they are expected to run in series:
How to interpret k6’s test results?
How to interpret k6’s test results?
k6 – how to use CSV options
I’m new to k6, and am currently looking at how to configure CSV results output. My challenge is that I’m not sure where to set these options.
Using unique parameterized data with multiple scenarios
I have a k6 load test script that has multiple scenarios. One scenario needs parameterized unique data to be used. To simpify, one scenario simulates load by (anonymous) viewers of the data while another scenario simulates upserting data by logged in users.
Send form data request parameters in k6
I am learning k6 and stuck in one of the post requests wherein I need to send the below form data parameters. I tried sending it as normal data by using JSON.stringify() method and by using FormData. But I am not getting valid response. It should be URL encoded. Below is the data,