And more often than that we may need to upload files/such as pdf or JSON files which we saw briefly in Part-02, which requires Multi-part requests. The Key to which is the FormData The polyfill for k6.
In Part-04 of this article series, we added support for Assertions and Custom Metrics. In this post, we all see how to handle the use case of parallelism within threads using http.batch(
A few months back I had a requirement of checking the APIs for the product I'm working on for breaking changes (Backward Compatibility Check) during CI/CD. As part of that research, I created an action called openapi-validations
In Part-03 of this article series, we added support for uploading files using k6. In this post, we all add assertions (also known as checks) and also see how to add Custom Metrics to the existing framework.