Looking for a guide on how to setup pre-commit hooks? Look no further as this post contains 3 different solutions for you!
Category: Software development
How to Lint K6 Tests and add a pre-commit hook
You’d think linting your K6 tests would be straight forward, but because K6 is written in GoLang it complicates it. In this post I show you how to lint K6 tests and add a pre-commit hook with Husky.
Performance testing APIs in pipelines? K6 makes it simple!
Performance testing often gets neglected. With K6 it is quick and easy to build simple load tests to add to your pipeline!