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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น •

  • @dertuman
    @dertuman ปีที่แล้ว

    You're awesome! Super clear, concise and informative. A pleasure to watch, so professional. Thank you so much.

  • @myxsys
    @myxsys 3 ปีที่แล้ว

    Really enjoyed seeing a tutorial I wrote a while back in video format. Great work Nicole! :)

    • @k6io
      @k6io  3 ปีที่แล้ว +1

      Hi! It was a great article-- I linked to it in the description for this video as well, because I drew on it when I set this up for myself. :) Thanks! - Nicole

  • @Ki-Lessons
    @Ki-Lessons 3 ปีที่แล้ว

    You did a really nice job here.
    Clear, concise, good examples.
    In psychology and biology, for example, people are surprised to learn you need very few test subjects to get a good p value (often less than a dozen).

    • @k6io
      @k6io  3 ปีที่แล้ว

      Thanks so much, Reichart! :) I'm glad it was helpful - and yes, people do sometimes get too caught up in the race to increase sample size and forget about the value of smaller samples. Thanks for watching and commenting! - Nicole

  • @typing_2lip
    @typing_2lip 3 ปีที่แล้ว

    thank you for a clear explanation!

    • @k6io
      @k6io  3 ปีที่แล้ว

      You're welcome! Glad it was useful for you! - Nicole

  • @beks980beks
    @beks980beks 2 ปีที่แล้ว

    Hi Nicole, it is a true pleasure to watch your videos - Thank you for sharing !! I have one question regarding this video, how did you get rid of syntax error after pasting the code in the GitHub actions>new workflow>below the jobs: section (3:58)- I got the same error when trying to create my own workflow. Thank you in advance

    • @k6io
      @k6io  2 ปีที่แล้ว +1

      I didn't! That just happened while I was in the middle of typing it in but it went away after I had finished, and it didn't stop the workflow from running.

  • @rfryanfavour4369
    @rfryanfavour4369 ปีที่แล้ว

    🎉🎉 thanks

  • @fagnerfernandes8040
    @fagnerfernandes8040 6 หลายเดือนก่อน

    Is there a way to create alert reports in k6 load tests if some performance metrics hits a threshold?

  • @juanpabloposadasepulveda1202
    @juanpabloposadasepulveda1202 2 ปีที่แล้ว

    Mejor no pudiste explicarlo, gracias... totales.

  • @mod_noise
    @mod_noise ปีที่แล้ว

    Hello, I have a bearer token used in my script, and also duplicated to my github repo secrets. How can I pass the token from secrets to .yml (or my script) without using k6 env variables? I've already set k6 cloud token inside the workflow, but do not know how to pass the secret inside the script😢

  • @ginotch-entretenimiento
    @ginotch-entretenimiento 2 ปีที่แล้ว

    Muy buena explicación 👍

  • @alienfpv
    @alienfpv 2 ปีที่แล้ว

    Hi Nicole, would it be possible to run k6 tests on CircleCI server, without using k6 cloud and paying for a plan there just to use API key? What if I set cloud: false, will it work on CircleCI so I don't need an API key from the cloud? Thanks, this software is just perfect!

    • @k6io
      @k6io  2 ปีที่แล้ว

      Hi! Yes, you can! We have a CircleCI orb. You can read how to use it here: k6.io/blog/integrating-load-testing-with-circleci/

  • @mohamedsaadi6716
    @mohamedsaadi6716 10 หลายเดือนก่อน

    Can you please show it how we can do it in bitbucket

  • @asmarazaq9122
    @asmarazaq9122 2 ปีที่แล้ว

    Hi, Is there a way to add load testing scripts in Circle CI using jmeter?

    • @k6io
      @k6io  2 ปีที่แล้ว

      Probably! But it's also probably best to ask CircleCI or the JMeter community.

  • @nandeeshsk
    @nandeeshsk 3 ปีที่แล้ว

    how to integrate K6 with buddy CI/CD pipeline ?

    • @k6io
      @k6io  3 ปีที่แล้ว

      Hi! Sorry, I'm not familiar with Buddy, and we don't have a guide for this currently. However, you could run k6 using a Docker image. Click on the Docker tab here for more information: k6.io/docs/getting-started/running-k6/ - Nicole