Category

PokeAPI

PokeAPI is a free, open-source API that provides information on Pokémon, including their stats, moves, abilities, and more. It is a RESTful API that can be used to build applications, websites, and games related to the popular Pokémon franchise.

k6
Premium

Boosting PokeAPI Performance Testing with k6

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...

PokeAPI
Premium

Implementing Assertions and Error Handling

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,...