Grafana k6 provides an expect() function through the k6-testing library. It lets you write readable assertions…
Category: k6
Understanding p95 Percentiles in Load Testing (with k6 examples)
When you start working with performance testing tools like k6, you’ll quickly notice metrics such…
k6
Continue Reading
k6 v0.57 gets TypeScript support enabled by default. How YOU can use it – step by step guide
Starting with k6 v0.57, TypeScript support is enabled by default, which makes it even easier…
k6
Continue Reading
How to add Error Handler to log errors in k6 load tests
Apparently, when you run k6 load tests and some of them fails, by default you…
k6
Continue Reading
Integrating k6 Load Tests with GitHub Actions, GitLab CI and Azure DevOps
Nowadays, ensuring the performance and reliability of your applications is crucial. Load testing helps identify…
k6
Continue Reading
4 ways to handle Test Data in k6 – Load Testing
Test data is the information designed to be used by test script during execution. Using…
k6
Continue Reading
k6 – How to generate Random Data
In this article I will show you how easy it is to generate random data…
k6
Continue Reading
k6: real-time Web Dashboard to visualize test results
Starting with v0.49, k6 provides a built-in web dashboard that we can use to visualize…