News -

Integrate k6 with your favorite DevOps and Developer Tools

At Load Impact we believe in goal oriented and automated load testing. That's why we have built k6 to work smoothly in such environments, integrating nicely with tools like CircleCIJenkins and TeamCity.

On this page, you find guides that take you through the steps getting up and running with k6 and your preferred CI/CD environment, also how to analyze pass/fail results through Load Impact Insights.

The guides assume you are familiar with k6 and your preferred tool. For Insights, it also assumes you have a LoadImpact account, get one here – accounts are free. Once you have your account setup, follow the instructions that gets you and the team going with integrating load testing in your automated environment.

Related links

Topics

  • Engineering

Categories

  • automated workflow
  • automated load testing
  • load impact
  • performance testing
  • load testing
  • developer tools
  • devops
  • teamcity
  • jenkins
  • circleci

Related content

  • k6 - Load Impact’s open source tool - changes the way we look at load testing

    Load Impact, the Swedish load testing SaaS provider, has released a new version of its open source load testing tool - k6.
    Included in this, the biggest release yet, is the implementation of the full jQuery API (well, except a few nonsensical APIs), making it simple to check for the existence of elements/strings or extracting data from HTML responses for use in subsequent request; reworked CLI

  • New release of k6 is out - v0.20.0

    Lots of goodies in this release! 🎉
    We are working towards a 1.0 release of k6. Here is a small outline of the releases that can be found in v0.20.0:
    Lifecycle: setup/teardown functions (#457)
    Finally k6 has the same basic test lifecycle hooks as many "normal" testing tools, setup and teardown, and you have the full JS API of k6 available within these functions which means you can make H