k6 is a tool by Grafana that allows us to quickly replicate a sequence of HTTP requests through a website. This facilitates performance testing.
Requirements
- har-to-k6 converter, a NodeJS tool
- Setup yourself to run k6. The docker version is quicker to setup, the local version allows you to make use of local files more easily