Looking for a guide on how to setup pre-commit hooks? Look no further as this post contains 3 different solutions for you!

Engineering Leadership with a side of Quality Evangelism
Engineering manager with a passion for delivering high quality software at pace, for solving the impossible problems, and for helping individuals be the best version of themselves that they can be.
Looking for a guide on how to setup pre-commit hooks? Look no further as this post contains 3 different solutions for you!
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 often gets neglected. With K6 it is quick and easy to build simple load tests to add to your pipeline!