Welcome to part six of my blog series on using k6 to test the performance of PokeAPI!
I will cover integrating k6 tests into a Continuous Integration (CI) pipeline to automate your testing efforts. I'll explain the benefits of using CI, how to...
Welcome back to my blog series on using k6 to test the performance of PokeAPI! Part 5! Even I'm a little surprised I've kept this up, to be honest. Anyway, in part 5 I'll show some more advanced k6...
Welcome back to my blog series on using k6 to test the performance of PokeAPI! In this fourth instalment, I'll introduce the concept of assertions and their importance in validating API responses. I will demonstrate how to use assertions for response status codes,...
Welcome back to my blog series on using k6 to test the performance of PokeAPI! In this third instalment, I'll discuss different test scenarios, such as load testing, stress testing, and spike testing. I'll also explain how to configure k6 to...
Welcome back to our blog series on using k6 to test the performance of PokeAPI! In this second instalment, we'll guide you through the process of setting up your k6 environment and accessing PokeAPI to begin your performance testing journey. Let's...