Systems | Development | Analytics | API | Testing

CI CD

How to add performance testing to CI/CD pipelines using k6 and GitHub Actions

Nicole van der Hoeven shows how to add performance testing to a CI/CD pipeline from scratch and for free, using k6 to write a test script and GitHub Actions to automate it. She also talks about how to set it up using k6 Cloud and why the extra cost might be justified. OTHER CI/CD TOOLS.

Load testing and Azure DevOps with José Luis Latorre Millas (k6 Office Hours #20)

In this episode of k6 Office Hours, Nicole and Simme are joined by José Luis Latorre Millas, who will talk about why k6 and Azure DevOps go well together and how to add load testing to a CI/CD pipeline. José is the Developer Community Lead at Swiss Life AG.

Getting Started with Performance Testing in CI/CD Using k6

In this article, we’ll showcase how to use k6 for performance testing within CI/CD pipelines. We’ll be using a playground we set up for this purpose and lead you through the necessary steps to get a feel for how it works, and hopefully by the end you’ll start thinking about how to implement this in your own projects.

Integrating tests to your development pipeline. Quickstart guide to Loadero API.

Sometimes using a graphical user interface isn’t enough to fulfill your daily tasks, especially when you start automating your testing routines. Imagine a scenario, when you perform a regression test on a piece of functionality every time you push a new release or merge your code to a particular branch. It would be a nightmare to manually run those tests every time, especially if your team is rather large and you’re practicing continuous delivery.